Balances
Chain
Dataset name
base.balancesVersion
1.1.0Description
Current native and token balances (ERC_20, ERC_721, ERC_1155), updated each block.
Example data
| id | owner_address | contract_address | token_id | token_type | block_number | block_timestamp | balance |
|---|---|---|---|---|---|---|---|
| 0xe088fef37b5c895801df54420f5923d7bca0755d_0x1b9c2bcf8dbc29e18afb45d904ab6d80063c8366 | 0xe088fef37b5c895801df54420f5923d7bca0755d | 0x1b9c2bcf8dbc29e18afb45d904ab6d80063c8366 | null | ERC_20 | 44815730 | 1776420807 | |
| 0x852a594b1a47313923996853bb77af0f8f74429d_0xadfccf590e2b7505262825ffae8e738c30237bf9 | 0x852a594b1a47313923996853bb77af0f8f74429d | 0xadfccf590e2b7505262825ffae8e738c30237bf9 | null | ERC_20 | 44815730 | 1776420807 | |
| 0x8c4a06d52d81f4394cae9de97fbe7f87d4af3aa4_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 | 0x8c4a06d52d81f4394cae9de97fbe7f87d4af3aa4 | 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 | null | ERC_20 | 44815730 | 1776420807 |
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 |