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] |
| 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. |
holder |
| The holder address (Solana only) |
tokenAddress |
| The token address (Solana only) |
tokenAccountAddress |
| The token account address (Solana only) |
rentExemptReserve |
| The rent exempt reserve (Solana only) |