get https://api.amberdata.com/blockchains/addresses/balances
Retrieves the latest account and token balances for the specified addresses.
This is super useful if you want to get an entire portfolio's summary in a single call. Get totals for ETH & all token amounts with market prices.
Blockchains Supported
This endpoint supports Bitcoin, Bitcoin Cash, Ethereum, Litecoin and Polygon.
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. |
rentExemptReserve | number | The rent exempt reserve (Solana only) |
holder | string | The holder address (Solana only) |
tokenAddress | string | The token address (Solana only) |
tokenAccountAddress | string | The token account address (Solana only) |
currency | string | The unit of the price (only returned when "includePrice" parameter equals true). |
quote | string | The current quote of the asset - default is ETH (only returned when "includePrice" parameter equals true). |
total | string | The price in the respective currency of the balance field (only returned when "includePrice" parameter equals true). |