Comprehensive daily records of token balances for Ethereum Virtual Machine (EVM) addresses, covering native currencies and various token standards.
tokens_ethereum.balances_daily
table contains all daily token balances across all addresses and on EVM-compatible networks. This dataset encompasses:
tokens_ethereum.balances
table, which is updated daily. For the balance to be queried, the address must have appeared in any of the following tables:
to
/from
addresses, Ethereum-specific withdrawals, and block mining/validator activities.to
/from
addresses in the transfer events.to
/from
addresses.Transfer
event, or for addresses that have not been involved in any transactions or NFT transfers. If there is a specific token that does not emit the Transfer
event, but has a different event for token transfers, please let us know and we will see if we can include it in our balance calculations.
tokens_ethereum.balances
table, which contains granular balance changes for each address, token combination per block. This table is updated in near real-time and is used to calculate the daily balances. This table is useful for more granular analysis, such as tracking the balance changes of a specific address over time.
However, the tokens_ethereum.balances
table is very large and is not suitable for querying large time ranges or for querying balances for many addresses at once. For these use cases, the tokens_ethereum.balances_daily
table is more suitable.
The tokens_ethereum.balances
table adds a new row every time a balance changes but does not carry the balance forward for every block. Instead, it only creates a new row for a balance change of an address and token combination.