cURL
curl --request GET \ --url https://api.zet.money/v1/wallets/{walletId}/balances \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "chain": "base", "token": "USDC", "symbol": "USDC", "contractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "balance": "150.50", "decimals": 6 } ] }
Retrieve token balances for a wallet across all supported chains.
Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.
Filter balances by chain. Primary chains where Zet-managed wallets operate
base
bsc
Token balances.
true
Show child attributes