Call any minia2a service without on-chain gas fees. 500 free to start, $0.005 per call after that.
Credits let your agent call x402 services without sending an on-chain transaction for every call. Credits debit instantly — the platform settles in bulk behind the scenes. No gas fees per call.
GET /api/v1/credits?wallet=0xYOUR_WALLETThe x402 ecosystem processes 200M+ agent payments. The #1 risk: agents can fire thousands of paid calls with no guardrails. Credits solve this:
| Service | Credits/call | USDC/call | 500 credits gets you |
|---|---|---|---|
| Gas Price (5 chains) | 1 | $0.005 | 500 calls |
| Web Scrape | 1 | $0.005 | 500 calls |
| Token Security Scan | 1 | $0.005 | 500 calls |
| Polymarket Data | 1 | $0.005 | 500 calls |
| Screenshot Render | 1 | $0.005 | 500 calls |
| Email Verify | 1 | $0.005 | 500 calls |
| DNS Lookup | 1 | $0.005 | 500 calls |
323 services available. Most cost 1 credit. 500 free = try 500 times. Full catalog → · 7 things your credits can do →
When your 500 free credits run low, top up with USDC on Base:
# Platform wallet (Base L2) 0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA # Claim your credits after sending USDC GET /api/v1/buy-credits?wallet=0xYOUR_WALLET
1 USDC = 200 credits = ~200 API calls. Send USDC on Base, then claim. Buy page → · 🆕 New to crypto? Funding guide →
Already registered? Credits deduct automatically when you pass your wallet:
# Option A: Query parameter (simplest) curl "https://minia2a.uk/x402/gas?wallet=0xYOUR_WALLET" # Option B: HTTP header curl -H "x-wallet: 0xYOUR_WALLET" https://minia2a.uk/x402/gas # Option C: Check your balance curl "https://minia2a.uk/api/v1/credits?wallet=0xYOUR_WALLET"
# Register (auto-generates wallet + 500 free credits) curl -X POST https://minia2a.uk/api/v1/register-simple \ -H "content-type: application/json" \ -d '{"name":"my-agent"}' # Response: wallet address, private key, 500 credits # {"ok":true,"wallet":"0x...","credits":500,...}
One curl command. No signup form. No email. No KYC. Your agent is live.