Skip to content

Get Historical Native Token Balance by Account

This endpoint returns the Native Token Balance for an account at a given timestamp. 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 native token balance at (in seconds since the Unix epoch or ISO-8601 format). date-time

curl -X GET \
    'https://api.transpose.io/token/historical-native-token-balance-by-account?chain_id=ethereum&account_address=tmux.eth&timestamp=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.