Balances Historical

Retrieves the historical (time series) token balances for the specified address.

👍

Blockchains Supported

This endpoint supports Avalanche, Binance Smart Chain, Ethereum and Polygon.

📘

Supported Tokens

Please note that for EVM-based blockchain networks, this API endpoint is specifically designed to return only ERC20 token balances. It does not support retrieval of other types of tokens/assets

Response Data

FieldTypeDescription
totalRecordsnumberThe total number of records returned.
recordsarrayAn array containing details about a token owned by the specified address.
addressstringThe contract address of the token.
amountstringThe total amount of tokens held.
holderstringThe address which holds the token.
blockchainIdstringThe id of the blockchain where this token resides.
decimalsstringThe number of significant digits, per smart contract definition(-1 means that information was not advertised by the contract).
isERCXbooleantrue if the token is ERCX false otherwise.
namestringThe token name.
symbolstringThe token symbol.
Language
Authorization
Header
Click Try It! to start a request and see the response here!