Wallet Experience APIs
GET Balances
Get the NFT and currency balances for a set of addresses across chains.
GET
/
v2
/
balances
Parameters
address
string
requiredThe wallet address to retrieve balances for.
chainIds
string
default: "1,137"Comma-separated list of chain IDs to query activities for.
nfts
boolean
default: "false"Filter for NFT balances only. By default, balances only returns currencies.
contractAddresses
string
Filter to a specific set of contracts. Useful if you only want to show balances for contracts you own.
Examples