ERC1155 Balances
Historical ERC1155 balances of all addresses at every block height.
USD prices for NFT token balances are not supported currently.
ERC1155 balances table contains the ERC1155 balances of all addresses, at every block height. Use this table to easily plot the change in the balance of ERC1155 tokens for an address or a group of addresses over time.
Sample Query
Getting the Balances of Cryptovoxel, an ERC1155 token from an address.
Note that ERC1155 permits the creation of both semi-fungible tokens and non-fungible tokens. In other words, there can be more than one quantity for a particular ERC1155 contract and token ID.
Table Columns
Column Name | Description | Example |
---|---|---|
address | Address of the account. |
|
token_address | Token address of the ERC1155 token. |
|
token_name | Name of the ERC1155 token. |
|
token_symbol | Token symbol of this token. |
|
token_id | Unique token ID of the ERC1155 token. |
|
raw_balance | Balance of tokens (unnormalized). For ERC1155 tokens, there are no decimals division involved. |
|
balance | Balance of tokens. For ERC1155 tokens, unlike ERC721, the max balance can be more than 1. |
|
usd_value | The amount of tokens, 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