USD prices for NFT token balances are not supported currently.
Sample Query
Getting the Balances of Cryptovoxel, an ERC1155 token from an address.Table Columns
| Column Name | Description | Example | Column Name |
|---|---|---|---|
| address | Address of the account. | 0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459 | |
| token_address | Token address of the ERC1155 token. | 0xa58b5224e2FD94020cb2837231B2B0E4247301A6 | |
| token_name | Name of the ERC1155 token. | Cryptovoxel Wearables | |
| token_symbol | Token symbol of this token. | WEAR | |
| token_id | Unique token ID of the ERC1155 token. | 3029 | |
| raw_balance | Balance of tokens (unnormalized). For ERC1155 tokens, there are no decimals division involved. | 2 | |
| balance | Balance of tokens. For ERC1155 tokens, unlike ERC721, the max balance can be more than 1. | 2 | |
| usd_value | The amount of tokens, in $USD. | ||
| usd_exchange_rate | The exchange rate used to calculate the usd_value. | ||
| block_timestamp | The timestamp of the block that that resulted in the balance. | 2020-08-04T19:55:07 | |
| block_number | The number of the block that resulted in the balance. | 10595307 | |
| block_hash | The hash of the block that resulted in the balance. | 0xf64dfbe61a1e33cf7390d41a0be963a4d8c759f455ea69b42360bd7c42e50das |