get https://api.amberdata.com/blockchains/addresses//balances
Retrieves the latest account and token balances for the specified address.
Blockchains Supported
This endpoint supports Ethereum and Solana.
Response Data
Field | Type | Description |
---|---|---|
[ADDRESS] | string | The object containing detailed data about the address's balances. |
balance | string | The current balance of the account. See full value conversion reference here. |
balanceIn | string | Total ETH received by the address. See full value conversion reference here. Only available for the Ethereum blockchain. |
balanceOut | string | Total ETH sent by the address. See full value conversion reference here. Only available for the Ethereum blockchain. |
tokens | array | Contains array of token data object s. |
address | string | The token contract address. |
decimals | number | The number of significant digits, per smart contract definition. |
name | string | The token name. |
symbol | string | The token symbol. |
amount | string | The total amount of of tokens held by the address. |
timestamp | number | The time when the account balance was last changed. |
holder | string | The holder address (Solana only) |
tokenAddress | string | The token address (Solana only) |
tokenAccountAddress | string | The token account address (Solana only) |
rentExemptReserve | number | The rent exempt reserve (Solana only) |