Skip to main content

Live balance

GET 

/api/chain/live-balance

Fetches the wallet's native ETH balance (eth_getBalance) and, when you pass up to 20 ERC20 contract addresses in the optional 'tokens' param, batches balanceOf, symbol(), and decimals() for those contracts. Tokens are queried, not discovered: the call finds no holdings and computes no portfolio value. Balances are raw RPC hex quantities. Fields it could not fetch are listed in 'warnings'; a field missing for that reason is unknown for this response, not unsupported by the contract.

Request

Responses

Successful response