get https://api.amberdata.com/blockchains/addresses//token-balances/latest
Retrieves the tokens this address is holding.
Blockchains Supported
This endpoint supports 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
Field | Type | Description |
---|---|---|
totalRecords | number | The total number of records returned. |
records | array | An array containing details about a token owned by the specified address. |
address | string | The contract address of the token. |
amount | string | The total amount of of tokens held. |
blockchainId | string | The id of the blockchain on which this token resides. |
decimals | string | The number of significant digits, per smart contract definition(-1 means that information was not advertised by the contract). |
isERCX | boolean | true if the token is ERCX false otherwise. |
name | string | The token name. |
symbol | string | The token symbol. |
holder | string | The holder address |
tokenAddress | string | The token address (Solana only) |
tokenAccountAddress | string | The token account address (Solana only) |