Skip to main content

Query Tokens Balances

Fetches the balances for a given wallet on a given chain.

URL

GET /wallets/:id/portfolio/balances

Headers

NameRequiredDescription
x-api-keyYesNode API Key

Path Parameters

NameTypeDescription
idstringID of the wallet. Can be either the Ethereum address or the wallet ID.

Query Parameters

NameTypeRequiredDescription
chainstringNoEthereum chain ID.

Response

A successful response will return an array of objects with the following properties:

NameTypeDescription
balancenumberBalance of the asset in the wallet
_typestringToken type
tidnumberTenant ID of the token
decimalsnumberDecimals of the token
chainnumberEthereum chain ID of the token
addressstringToken address
symbolstringSymbol of the token
namestringName of the token
logoURIstringURI of the token's logo
tagsstring[]Array of tags for the token