Copy, paste, run. Every recipe is one curl command. No API keys. No signup. Free trials on all 299 endpoints.
Your agent needs content from a webpage. One call, clean text back.
curl "https://minia2a.uk/x402/web-scrape?url=https://news.ycombinator.com"
When you need the raw page, not just extracted text.
curl "https://minia2a.uk/x402/web-retrieve?url=https://example.com"
Give your agent real-time web search.
curl "https://minia2a.uk/x402-web-search?q=latest+AI+agent+news"
Before your agent submits a transaction, check if gas is reasonable.
curl "https://minia2a.uk/x402/gas"
Your agent needs the current price of ETH, USDC, or any token.
curl "https://minia2a.uk/x402/dex-price?symbol=ETH"
Before your agent swaps or holds a token, run a security check.
curl "https://minia2a.uk/x402/token-security?address=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
Let your agent gauge market mood before making moves.
curl "https://minia2a.uk/x402/fear-greed"
Your agent needs to know what an address holds across chains.
curl "https://minia2a.uk/x402/multi-balance?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Before your agent sends email, verify the address exists.
curl "https://minia2a.uk/x402/[email protected]"
Your agent needs to know where a request is coming from.
curl "https://minia2a.uk/x402/ip-lookup?ip=8.8.8.8"
Monitor domains for expiring certificates.
curl "https://minia2a.uk/x402/ssl-check?domain=minia2a.uk"
Always-free endpoint. Great for testing your agent's connectivity.
curl "https://minia2a.uk/x402/time"
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"
curl "https://minia2a.uk/x402/uuid"
curl "https://minia2a.uk/x402/github-trending"
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"