Get Historical Token Balances by Account
This endpoint returns the Token Balances for an account at a given timestamp, ordered by contract address (supports pagination). Supported chains: ethereum
, polygon
, arbitrum
, optimism
, base
, avalanche
, nova
.
Parameters
Parameter | Description | Type |
---|---|---|
chain_id | A keyword (i.e. "ethereum") or CAIP-2 identifier specifying the blockchain to query. | string |
account_address | required The account addresses to retrieve a balance for (supports ENS names). | string |
timestamp | The timestamp time at which you wish to fetch the token balances at (in seconds since the Unix epoch or ISO-8601 format). | date-time |
contract_address | The contract address of the token to filter results by. | string |
limit | The maximum number of results to retrieve (default 100 ). |
integer |
curl -X GET \
'https://api.transpose.io/token/historical-token-balances-by-account?chain_id=ethereum&account_address=tmux.eth×tamp=2020-01-01' \
-H 'X-API-KEY: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.