{"success":true,"data":{"id":"svc_evmbalance_24","slug":"evm-balance","name":"Wallet Balance on Base","description":"Read the ETH and USDC balance of any address on Base mainnet (chain 8453) straight from the chain, plus transaction count and how many x402 calls the USDC covers. Use it to check your own agent wallet before a paid workflow, to verify a counterparty was paid, or to monitor treasury addresses. Params: address (required, 0x...).","category":"finance","endpoint":"https://agentsvc.io/api/v1/proxy/evm-balance","price_usdc":0.002,"latency_p99_ms":900,"input_schema":{"type":"object","required":["address"],"properties":{"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"EVM address on Base"}}},"output_schema":{"type":"object","required":["address","network","eth","usdc","usdc_atomic","block_number","checked_at"],"properties":{"address":{"type":"string"},"network":{"type":"string","enum":["base"]},"chain_id":{"type":"integer"},"eth":{"type":"string","description":"ETH balance as decimal string"},"eth_wei":{"type":"string"},"usdc":{"type":"string","description":"USDC balance as decimal string (6 decimals)"},"usdc_atomic":{"type":"string"},"usdc_contract":{"type":"string"},"tx_count":{"type":"integer"},"block_number":{"type":"integer"},"x402_calls_affordable":{"type":"object","properties":{"at_0_002":{"type":"integer"},"at_0_005":{"type":"integer"}}},"checked_at":{"type":"string","format":"date-time"}},"example":{"address":"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27","network":"base","chain_id":8453,"eth":"0.0041","eth_wei":"4100000000000000","usdc":"12.5","usdc_atomic":"12500000","usdc_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","tx_count":17,"block_number":41234567,"x402_calls_affordable":{"at_0_002":6250,"at_0_005":2500},"checked_at":"2026-09-09T12:00:00.000Z"}},"is_active":true,"provider":"agentsvc.io","tags":["wallet","balance","usdc","eth","base","onchain","crypto","x402"],"method":"POST","example_input":{"address":"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27"},"price_atomic":"2000","price_display":"$0.002 USDC","try_url":"https://agentsvc.io/api/v1/try/evm-balance","try_limit_per_day":3,"info_url":"https://agentsvc.io/api/v1/services/evm-balance","page_url":"https://agentsvc.io/services/evm-balance","curl_example":"curl -X POST https://agentsvc.io/api/v1/proxy/evm-balance -H \"Content-Type: application/json\" -d '{\"address\":\"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27\"}'","status":{"ok":true,"latency_ms":176,"checked_at":"2026-09-10T09:35:09.611Z"}},"payment":{"protocol":"x402","x402_versions_accepted":[1,2],"scheme":"exact","network":"eip155:8453","network_v1":"base","chain_id":8453,"asset":"USDC","asset_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","asset_decimals":6,"eip712_domain":{"name":"USD Coin","version":"2","chainId":8453,"verifyingContract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"pay_to":"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27","facilitator":"https://facilitator.payai.network","request_header_v2":"PAYMENT-SIGNATURE","request_header_v1":"X-PAYMENT","requirements_v2":"base64 JSON in the PAYMENT-REQUIRED response header of the 402","requirements_v1":"JSON body of the 402 (accepts[0])","receipt_header":"PAYMENT-RESPONSE (and X-PAYMENT-RESPONSE): base64 JSON with transaction hash","accounts_required":false,"api_keys_required":false,"settlement":"per call, on-chain, after the service succeeded. Failed calls are never charged."},"links":{"catalog":"https://agentsvc.io/api/v1/services","openapi":"https://agentsvc.io/openapi.json","llms_txt":"https://agentsvc.io/llms.txt","llms_full_txt":"https://agentsvc.io/llms-full.txt","agents_md":"https://agentsvc.io/AGENTS.md","skill_md":"https://agentsvc.io/SKILL.md","status":"https://agentsvc.io/api/v1/status","docs":"https://agentsvc.io/docs","mcp_server":"https://agentsvc.io/mcp-server.mjs","discovery":"https://agentsvc.io/.well-known/x402","agent_card":"https://agentsvc.io/.well-known/agent-card.json"}}