cURL
curl --request POST \ --url https://router-api.initia.xyz/v2/info/balances \ --header 'Content-Type: application/json' \ --data ' { "chains": { "interwoven-1": { "address": "init1abc...", "denoms": [ "uinit" ] } } } '
{ "chains": { "interwoven-1": { "denoms": { "uinit": { "amount": "1000000", "price_usd": "1.50", "value_usd": "1.50" } } } } }
Returns token balances and USD values for given addresses across multiple chains.
A map of chain IDs to address and denomination queries.
Show child attributes
Successful response
A map of chain IDs to balance results.
Was this page helpful?