Note that we don’t have USD prices for NFT balances yet

The ERC1155 balances latest table contains the current ERC1155 balances of all addresses.

Sample Query

Getting the latest ERC1155 Balances address.

select * from ethereum.assets.erc1155_balances_latest

where address = '0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459' -- Pranksy

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 token ID.

Currently, the USD exchange rates of ERC1155 tokens are not available.

Table Columns

Column NameDescriptionExample
addressAddress of the account.0x8080a4d7ef2401b90bd5cf0041e533ce51035ebb
token_addressAddres of the token.0xd955e7bd8ca9f2aad391760f849cfa4ee2d80d57
token_nameName of the token.HELIX - Collectables
token_symbolSymbol of the token.
token_idToken ID.19
raw_balanceBalance of ERC1155 token unnormalized.1
raw_balance_strBalance of ERC1155 token unnormalized in string.1
balance_strBalance of ERC1155 token in string.1
balanceBalance of ERC1155 token.1
usd_balance_currentUSD balance of ERC1155 token at the current timestamp.NULL
usd_balance_at_block_timestampUSD balance of ERC1155 token at the timestamp of the last activity that resulted in balance change.NULL
usd_exchange_rate_currentUSD exchange rate of ERC1155 token at the current timestamp.NULL
usd_exchange_rate_at_block_timestampUSD exchange rate of ERC1155 token at the timestamp of the last activity that resulted in balance update.NULL
last_activity_block_timestampThe timestamp of the block that that resulted in the balance.2023-03-14 10:12:59
last_activity_block_numberThe number of the block that resulted in the balance.16,825,516
last_activity_block_hashThe hash of the block that that resulted in the balance.0xe9e8062af71dc440cad49079844d88e6b3a8cdec95cd036f2b27d10a239b6c77
_updated_at__usd_exchange_rate_currentTimestamp of the current USD exchange.NULL
unique_idUnique ID of the balance.block-16825516_address-0x8080a4d7ef2401b90bd5cf0041e533ce51035ebb_token_address-0xd955e7bd8ca9f2aad391760f849cfa4ee2d80d57_token_id-19_erc1155
_updated_atTimestamp of the balance update.2023-03-14 16:28:37