Financial Data x402 – Wallet Balance Lookup is a paid API for AI agents from x402financialdata.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Returns the current native token balance for a given on-chain wallet address, including balance in both decimal and wei units, chain, and timestamp.
Pay-per-call stock, macro, on-chain, and crypto data over the x402 protocol. USDC on Base or Solana, no API keys, no subscriptions.
Returns a JSON object with the wallet address, chain identifier, timestamp of the balance snapshot, native token balance as a decimal float, balance expressed in wei (smallest unit), and the native token symbol (e.g. ETH). Example: {as_of, chain, address, balance, balance_wei, native_symbol}.
GEThttps://x402financialdata.com/wallet-balance/%7Baddress%7DChoose this endpoint when you need a pay-per-call, no-subscription way to fetch the current native token balance (e.g. ETH) of any on-chain wallet address. It is ideal for agents that need sporadic or one-off balance checks without committing to an API key or monthly plan, and when micropayment via USDC on Base or Solana is acceptable. Prefer alternatives if you need ERC-20 token balances, historical balance data, or multi-chain batch lookups in a single call.
| Field | Type | Description |
|---|---|---|
| required | string | |
| properties | string |
{
"type": "json",
"example": {
"as_of": "2026-07-31T03:43:30.000000",
"chain": "eth",
"address": "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae",
"balance": 1.28453901,
"balance_wei": "1284539010000000000",
"native_symbol": "ETH"
}
}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"