GETGas snapshot
Current block, base fee, gas price, plus standard and fast EIP-1559 fee caps.
/api/v1/base/gasPAY PER RESULT. NO KEY.
Gas, balances, token metadata and allowances for agents. $0.004 per result.
Read the schema ↗/api/v1/base/address402{
"accountType": "contract",
"nativeBalance": {
"symbol": "ETH",
"formatted": "0.081421"
},
"usdcBalance": {
"formatted": "184.50"
},
"evidence": {
"chainId": 8453,
"blockNumber": "35123456",
"pointInTime": true
}
}DIRECT READS FROM BASE
Each response cites the block and timestamp used, so an agent knows exactly how fresh its evidence is.
GETCurrent block, base fee, gas price, plus standard and fast EIP-1559 fee caps.
/api/v1/base/gasGETEOA or contract type, nonce, native ETH balance and Base USDC balance.
/api/v1/base/addressGETERC-20 name, symbol, decimals and total supply read from the contract.
/api/v1/base/tokenGETBalance, approval amount and clear signals for unlimited or excessive allowances.
/api/v1/base/allowanceEVIDENCE, NOT PROMISES
01Direct sourceBaseBrief reads Base JSON-RPC without reselling a data vendor.
02Point in timeEvery result includes a block number and check time.
03Clear limitsFee caps are heuristics. Token metadata is not an endorsement. Allowance data is not a security verdict.
MACHINE READY