🗃️NFTs

Normalized tables for NFT sales, transfers, and mints.

Note that the schema for NFT data might change to reflect developments in the NFT space, such as new market places, auction types, etc. Each change will be noted in the documentation.

NFT datasets are organized by the chain the smart contract is deployed on.

NFT Lists

Table of all NFT project and addresses, table name: nft_list_enriched

NFT Balance

Table of daily NFT balances by address, table name: nft_balances

NFT Sales

Table name nft_sales_enriched_on_$chain

NFT Transfers

Table name nft_transfers_all_with_context_on_$chain

NFT Floor Price (Estimated)

The estimated floor price for each collection with historical data. For now on ethereum only. Table name nft_sales_floor_estimate_on_ethereum

NFT Price & Volume Overview

Table of NFT price and volume data, table name nft_price_estimates

Last updated