Balance & Tokens Latest

Retrieves the latest account and token balances for the specified address.

👍

Blockchains Supported

This endpoint supports Ethereum and Solana.

Response Data

FieldTypeDescription
[ADDRESS]stringThe object containing detailed data about the address's balances.
balancestringThe current balance of the account. See full value conversion reference here.
balanceInstringTotal ETH received by the address. See full value conversion reference here.
Only available for the Ethereum blockchain.
balanceOutstringTotal ETH sent by the address. See full value conversion reference here.
Only available for the Ethereum blockchain.
tokensarrayContains arrayof token data objects.
addressstringThe token contract address.
decimalsnumberThe number of significant digits, per smart contract definition.
namestringThe token name.
symbolstringThe token symbol.
amountstringThe total amount of of tokens held by the address.
timestampnumberThe time when the account balance was last changed.
holderstringThe holder address (Solana only)
tokenAddressstringThe token address (Solana only)
tokenAccountAddressstringThe token account address (Solana only)
rentExemptReservenumberThe rent exempt reserve (Solana only)
Language
Authorization
Header
Click Try It! to start a request and see the response here!