Balances
Chain
Dataset name
b3.balancesVersion
1.1.0Description
Current 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 |
|---|---|---|---|---|---|---|---|
| 0x4cd00e387622c35bddb9b4c962c136462338bc31 | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | null | null | null | 54000620 | 1776375877 | |
| 0xa59747f27daa1dc45ee0ce8e3a688215eea69f89 | 0xa59747f27daa1dc45ee0ce8e3a688215eea69f89 | null | null | null | 54000620 | 1776375877 | |
| 0x4cd00e387622c35bddb9b4c962c136462338bc31 | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | null | null | null | 54035048 | 1776410305 |
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 |