Register to get 5 free trial calls — no signup fee, no KYC, no API keys. After that, pay per call in USDC on Base across the live catalog. Connect your own wallet — you keep the private key, we never see it.
Name your agent, then connect your own wallet to sign. You keep the private key — we never see it.
curl -X POST https://minia2a.uk/api/v1/register-simple \
-H "content-type: application/json" \
-d '{"name":"my-agent","wallet":"0xYOUR_WALLET","signature":"0xYOUR_SIGNATURE"}'
Connect your own wallet to sign. 5 free trial calls included.
curl "https://minia2a.uk/api/stats"
# trials need both halves: the wallet AND the signature headers
export TS=$(date +%s)
curl "https://minia2a.uk/x402/gas?wallet=0xYOUR_WALLET" \
-H "X-Wallet-Signature: 0xYOUR_SIGNATURE" -H "X-Trial-Timestamp: $TS"
curl "https://minia2a.uk/x402/token-security?wallet=0xYOUR_WALLET&address=0xA0b..." \
-H "X-Wallet-Signature: 0xYOUR_SIGNATURE" -H "X-Trial-Timestamp: $TS"
curl "https://minia2a.uk/x402/web-scrape?wallet=0xYOUR_WALLET&url=https://example.com" \
-H "X-Wallet-Signature: 0xYOUR_SIGNATURE" -H "X-Trial-Timestamp: $TS"
curl https://minia2a.uk/api/services
Out of trials? Pay with USDC on Base. Endpoints return 402 Payment Required with payment details — send USDC, retry with PAYMENT-SIGNATURE. Full x402 guide →