Balances
Chain
Dataset name
robinhood_testnet.balancesVersion
1.0.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 |
|---|---|---|---|---|---|---|---|
| 0x96d9011b5624e77153d1d71f0191b8c255d5516b_0x1fbe1a0e43594b3455993b5de5fd0a7a266298d0 | 0x96d9011b5624e77153d1d71f0191b8c255d5516b | 0x1fbe1a0e43594b3455993b5de5fd0a7a266298d0 | null | ERC_20 | 38048583 | 1776422074 | |
| 0x71adad2452640939de1f0438ebfd28b3492650fe_0x33e4191705c386532ba27cbf171db86919200b94 | 0x71adad2452640939de1f0438ebfd28b3492650fe | 0x33e4191705c386532ba27cbf171db86919200b94 | null | ERC_20 | 38048583 | 1776422074 | |
| 0x782f2f5744c9a881c97942f17776b78a91cc7679_0xbf4479c07dc6fdc6daa764a0cca06969e894275f | 0x782f2f5744c9a881c97942f17776b78a91cc7679 | 0xbf4479c07dc6fdc6daa764a0cca06969e894275f | null | ERC_20 | 38048583 | 1776422074 |
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 |