The assets.erc721_balances table contains the ERC721 balances of all addresses, at every block height.

USD prices for NFT token balances are not supported currently.

Table Columns

Unique Key: unique_id

Column NameData TypeDescription
addressVARCHARThe wallet address holding the tokens
token_addressVARCHARContract address of the token
token_nameVARCHARName of the token
token_symbolVARCHARSymbol of the token
token_idVARCHARUnique identifier for the specific token within the collection (e.g., for ERC721 or ERC1155)
raw_balanceFLOATToken balance, unnormalized
raw_balance_strVARCHARToken balance as string to retain precision
balanceFLOATToken balance, normalized
balance_strVARCHARToken balance as string to retain precision
transaction_hashVARCHARHash of the transaction that last modified the balance
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block
block_numberBIGINTNumber of the block
block_hashVARCHARHash of the block
unique_idVARCHARUnique identifier of the balances entry