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] |
| The object containing detailed data about the address's balances. |
balance |
| The current balance of the account. See full value conversion reference here. |
balanceIn |
| Total ETH received by the address. See full value conversion reference here. |
balanceOut |
| Total ETH sent by the address. See full value conversion reference here. |
tokens |
| Contains |
address |
| The token contract address. |
decimals |
| The number of significant digits, per smart contract definition. |
name |
| The token name. |
symbol |
| The token symbol. |
amount |
| The total amount of of tokens held by the address. |
timestamp |
| The time when the account balance was last changed. |
rentExemptReserve |
| The rent exempt reserve (Solana only) |
holder |
| The holder address (Solana only) |
tokenAddress |
| The token address (Solana only) |
tokenAccountAddress |
| The token account address (Solana only) |
currency |
| The unit of the price (only returned when "includePrice" parameter equals true). |
quote |
| The current quote of the asset - default is ETH (only returned when "includePrice" parameter equals true). |
total |
| The price in the respective currency of the balance field (only returned when "includePrice" parameter equals true). |