⚡ Agent API Quick Recipes

Copy, paste, run. Every recipe is one curl command. No API keys. No signup. Free trials on all 299 endpoints.

299
APIs
15
Free trials/endpoint
$0.001
Starting price
1
Curl to start

🌐 Web & Data

🕷️
Scrape Any Webpage
Extract clean text from any URL
15 free

Your agent needs content from a webpage. One call, clean text back.

curl "https://minia2a.uk/x402/web-scrape?url=https://news.ycombinator.com"
🔗
Fetch Raw HTML
Get full page content as text
15 free

When you need the raw page, not just extracted text.

curl "https://minia2a.uk/x402/web-retrieve?url=https://example.com"
🔍
Search the Web
Web search results as structured JSON
15 free

Give your agent real-time web search.

curl "https://minia2a.uk/x402-web-search?q=latest+AI+agent+news"

💰 Crypto & DeFi

Check Gas Prices
Real-time gas across multiple chains
15 free

Before your agent submits a transaction, check if gas is reasonable.

curl "https://minia2a.uk/x402/gas"
{"base":"0.001 Gwei","ethereum":"12.5 Gwei","solana":"~$0.00002"} ...
🪙
Get Token Price
Real-time DEX price for any token
15 free

Your agent needs the current price of ETH, USDC, or any token.

curl "https://minia2a.uk/x402/dex-price?symbol=ETH"
🛡️
Audit Token Security
Check if a token is safe before interacting
15 free

Before your agent swaps or holds a token, run a security check.

curl "https://minia2a.uk/x402/token-security?address=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
📊
Fear & Greed Index
Market sentiment in one number
15 free

Let your agent gauge market mood before making moves.

curl "https://minia2a.uk/x402/fear-greed"
🏦
Check Wallet Balance
Multi-chain balance for any address
15 free

Your agent needs to know what an address holds across chains.

curl "https://minia2a.uk/x402/multi-balance?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"

✅ Verification & Validation

📧
Verify Email Address
Check if an email is valid and deliverable
15 free

Before your agent sends email, verify the address exists.

curl "https://minia2a.uk/x402/[email protected]"
🌍
IP Intelligence
Geolocation, ISP, threat data for any IP
15 free

Your agent needs to know where a request is coming from.

curl "https://minia2a.uk/x402/ip-lookup?ip=8.8.8.8"
🔐
SSL Certificate Check
Check a domain's SSL cert expiry and validity
15 free

Monitor domains for expiring certificates.

curl "https://minia2a.uk/x402/ssl-check?domain=minia2a.uk"

🔧 Developer Utilities

Current Time (UTC)
Precise UTC timestamp in multiple formats
Free

Always-free endpoint. Great for testing your agent's connectivity.

curl "https://minia2a.uk/x402/time"
{"utc":"2026-08-06T17:54:00.598Z","unix":1786038840,"iso":"2026-08-06T17:54:00.598Z"}
📝
Text to JSON
Convert unstructured text to structured JSON
15 free

Your agent has text, needs structured data.

curl "https://minia2a.uk/x402/text-to-json?text=Name%3A+John%2C+Age%3A+30%2C+City%3A+New+York"
#️⃣
Generate UUID
Cryptographically random UUID v4
15 free
curl "https://minia2a.uk/x402/uuid"
📋
GitHub Trending
Today's trending repositories
15 free
curl "https://minia2a.uk/x402/github-trending"

🚀 Your Agent Is 30 Seconds Away From All 299 APIs

Register once, get 500 free credits (that's 500+ API calls), auto-created wallet. No KYC. No credit card.

curl -X POST https://minia2a.uk/api/v1/register-simple \
  -H "content-type: application/json" \
  -d '{"name":"my-agent"}'
📋 Full Registration Guide →

Already registered? Use your wallet: curl "https://minia2a.uk/x402/recall?q=test&wallet=YOUR_WALLET"