ETH Balances
Historical ETH balance of all addresses at every block height.
ETH balances table contains the balance of all addresses, at every block height. Use this table to easily plot the change in the balance of an address or a group of addresses over time.
Sample Query
Get ETH balances of an address in the last 7 days. If no ETH transactions are performed over the previous 7 days, the output will be empty.
Table Columns
Column Name | Description | Example |
---|---|---|
address | Address of the account. |
|
raw_balance | Balance of eth in wei. |
|
balance | Balance of ether. |
|
usd_value | The amount of ether, in $USD. |
|
usd_exchange_rate | The exchange rate used to calculate the |
|
block_timestamp | The timestamp of the block that that resulted in the |
|
block_number | The number of the block that resulted in the |
|
block_hash | The hash of the block that resulted in the |
|
Last updated