Balances
Get historical balance
Commonly used to fetch the historical native, fungible (ERC20), and non-fungible (ERC721 & ERC1155) tokens held by an address at a given block height or date.
GET
/
{chainName}
/
v1
/
address
/
{walletAddress}
/
balance
/
historical
Path Parameters
Wallet address
Name of the blockchain (e.g., ethereum, polygon, bsc)
Query Parameters
token address
The currency to convert
Ending block to define a block range. Omitting this parameter defaults to the latest block height.
Ending date to define a block range (YYYY-MM-DD). Omitting this parameter defaults to the current date.
Response
200 - application/json
The response is of type object
.