Balances Latest

Retrieves the tokens this address is holding.

👍

Blockchains Supported

This endpoint supports Avalanche, Binance Smart Chain, Ethereum, Polygon and Solana.

📘

Supported Tokens

Please note that for EVM-based blockchain networks, this API endpoint is specifically designed to return only ERC20 token balances. It does not support retrieval of other types of tokens/assets

Response Data

FieldTypeDescription
totalRecordsnumberThe total number of records returned.
recordsarrayAn array containing details about a token owned by the specified address.
addressstringThe contract address of the token.
amountstringThe total amount of of tokens held.
blockchainIdstringThe id of the blockchain on which this token resides.
decimalsstringThe number of significant digits, per smart contract definition(-1 means that information was not advertised by the contract).
isERCXbooleantrue if the token is ERCX false otherwise.
namestringThe token name.
symbolstringThe token symbol.
holderstringThe holder address
tokenAddressstringThe token address (Solana only)
tokenAccountAddressstringThe token account address (Solana only)
Language
Authorization
Header
Click Try It! to start a request and see the response here!