Edge Balances
Chain
Dataset name
ethereal.edge_balancesVersion
1.0.0Description
All current native and token balances (ERC_20, ERC_721, ERC_1155), updated each block. Per-block balances are not available at edge.
Example data
| id | owner_address | contract_address | token_id | token_type | block_number | block_timestamp | balance |
|---|---|---|---|---|---|---|---|
| 0x876eb4a3d7261bea7d0c11fb37d605d0ce802fc9 | 0x876eb4a3d7261bea7d0c11fb37d605d0ce802fc9 | null | null | null | 36174 | 1761179199 | 8675309 |
| 0x31a9ffd7bcea9fc810d96d85db701dc3f04710dd | 0x31a9ffd7bcea9fc810d96d85db701dc3f04710dd | null | null | null | 36174 | 1761179199 | 1980 |
| 0xfe0b250f470d7d2b77b6c6241133929c52f18533 | 0xfe0b250f470d7d2b77b6c6241133929c52f18533 | null | null | null | 36174 | 1761179199 | 2000 |
Schema
| Column | Type |
|---|---|
| id | string |
| owner_address | string |
| contract_address | string |
| token_id | string |
| token_type | string |
| block_number | long |
| block_timestamp | long |
| balance | decimal |