Agent Bounty Radar – Base USDC Health Check is a paid API for AI agents from agent-bounty-radar-29837.alissonayres-trb.chatgpt.site, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Returns real-time health status of the Base network and native USDC contract, including latest block, gas price, contract deployment status, and seller payout rail readiness.
Two fixed-price x402 v2 APIs on Base. Unpaid requests return HTTP 402 with PAYMENT-REQUIRED; paid retries return JSON and PAYMENT-RESPONSE.
A JSON object containing: Base network metadata (name, chain_id 8453, latest_block, gas_price_wei, gas_price_gwei), native USDC contract details (address, decimals, contract_deployed boolean), and seller rail info (status string, payout_address, current_usdc_balance in USDC).
GEThttps://agent-bounty-radar-29837.alissonayres-trb.chatgpt.site/x402/base-usdc-healthChoose this endpoint when you need a quick, live snapshot of Base network health and USDC contract readiness before executing or routing x402 micropayments on Base. It is especially useful as a pre-flight check in agentic payment workflows to confirm infrastructure is operational before committing funds.
| Field | Type | Description |
|---|---|---|
| properties | string |
{
"type": "json",
"example": {
"network": {
"name": "Base",
"chain_id": 8453,
"latest_block": 0,
"gas_price_wei": "0",
"gas_price_gwei": "0"
},
"native_usdc": {
"contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"decimals": 6,
"contract_deployed": true
},
"seller_rail": {
"status": "ready",
"payout_address": "0xD9a3d3528C92Ef9930c8cCF834a44eE4C01F2180",
"current_usdc_balance": "0"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"