Skip to main content
This is a cross-chain table but can be filtered for sophon transactions.

Table Description

The `nft.trades` table on Dune Analytics is central to capturing and analyzing Non-Fungible Token (NFT) transactions across various marketplaces. It is a pivotal resource for dissecting the intricacies of NFT trade execution, market behavior, and collector activity within the NFT space.

Usage

The `nft.trades` table serves as an essential tool for delving into the NFT market's complexities. It offers a detailed snapshot of each NFT transaction, encompassing data points such as sale price, transaction timestamp, buyer and seller addresses, and the specific NFT assets involved. This table allows analysts to explore trends in NFT valuation, trading volumes, and marketplace dynamics, providing insights into the evolving landscape of digital collectibles and art.

Table Coverage

The following table shows which projects and versions of those projects are covered in the dex.trades table on sophon.

Column Descriptions

ColumnTypeDescription
blockchainvarcharBlockchain network (e.g., ethereum, polygon)
projectvarcharNFT marketplace name (e.g., opensea, blur)
versionvarcharVersion of the marketplace protocol
block_datedateDate of the block (UTC)
block_monthdateMonth of the block (for partitioning)
block_timetimestampTimestamp of the block containing this trade
token_iduint256Token ID of the NFT traded
collectionvarcharName of the NFT collection
amount_usddoubleTrade value in USD
token_standardvarcharToken standard (ERC-721, ERC-1155)
trade_typevarcharType of trade (buy, sell, offer accepted)
number_of_itemsuint256Number of items in the trade
trade_categoryvarcharCategory of the trade
evt_typevarcharEvent type
sellervarbinaryAddress of the seller
buyervarbinaryAddress of the buyer
amount_originaldoubleTrade amount in the payment currency
amount_rawuint256Raw trade amount (no decimal adjustment)
currency_symbolvarcharSymbol of the payment currency
currency_contractvarbinaryContract address of the payment currency
nft_contract_addressvarbinaryContract address of the NFT collection
project_contract_addressvarbinaryAddress of the marketplace contract
aggregator_namevarcharName of the aggregator (if trade was via aggregator)
aggregator_addressvarbinaryAddress of the aggregator contract
tx_hashvarbinaryHash of the transaction containing this trade
block_numberbigintBlock number containing this trade
tx_fromvarbinaryAddress that initiated the transaction
tx_tovarbinaryAddress the transaction was sent to
platform_fee_amount_rawuint256Raw platform fee amount
platform_fee_amountdoubleDecimal-adjusted platform fee amount
platform_fee_amount_usddoublePlatform fee in USD
platform_fee_percentagedoublePlatform fee as a percentage of the trade
royalty_fee_receive_addressvarbinaryAddress receiving the royalty fee
royalty_fee_currency_symbolvarcharSymbol of the royalty fee currency
royalty_fee_amount_rawuint256Raw royalty fee amount
royalty_fee_amountdoubleDecimal-adjusted royalty fee amount
royalty_fee_amount_usddoubleRoyalty fee in USD
royalty_fee_percentagedoubleRoyalty fee as a percentage of the trade
unique_trade_idvarcharUnique identifier for the trade

Table Sample