Skip to main content

Table Details

PropertyValue
Table Namehyperevm.nfts.trades
Table StatusProduction-Ready
Unique Keyblock_timestamp, unique_id
Clustering Key(s)block_timestamp::date, marketplace
Search Optimizationtransaction_hash, buyer_address, seller_address, token_address

Table Columns

Column NameData TypeDescription
marketplaceVARCHAR(16777216)Marketplace where the trade occurred (e.g., opensea, aavegotchi, magiceden, oneplanet, nftkey)
protocolVARCHAR(16777216)Protocol used for the trade (e.g., x2y2, seaport)
order_match_typeVARCHAR(16777216)Type of order match: ‘ACCEPT_BID’ or ‘BUY’
trade_typeVARCHAR(16777216)Type of trade: ‘SINGLE_TRADE’ or ‘BUNDLE_TRADE’
buyer_addressVARCHAR(42)Address of the buyer
seller_addressVARCHAR(42)Address of the seller
token_standardVARCHAR(16777216)Token standard of the NFT (e.g., ERC721, ERC1155)
token_addressVARCHAR(42)Contract address of the NFT collection
token_idVARCHAR(16777216)ID of the NFT traded
token_nameVARCHAR(16777216)Name of the NFT collection
token_symbolVARCHAR(16777216)Symbol of the NFT collection
item_quantityVARCHAR(16777216)Number of NFTs bought
currency_addressVARCHAR(42)Address of the currency used in the trade (zero address for native tokens)
currency_symbolVARCHAR(16777216)Symbol of the currency used in the trade
raw_priceVARCHAR(16777216)Price of the NFT in the original currency (not divided by decimals)
priceFLOAT’raw_price’ divided by the number of decimals of the currency
usd_priceFLOATUSD price of the NFTs in this trade
agg_feesVARIANTAggregated fees information including creator, platform, and total fees
buyer_feesVARIANTFees paid by the buyer
seller_feesVARIANTFees paid by the seller
aggregator_nameVARCHAR(16777216)Name of the aggregator used for the trade (if applicable)
aggregator_addressVARCHAR(42)Contract address of the aggregator used for the trade (if applicable)
extra_fieldsVARIANTAdditional information specific to the trade or protocol
transaction_hashVARCHAR(66)Transaction hash of this trade
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block when the trade occurred
block_numberNUMBER(38,0)Number of the block when the trade occurred
block_hashVARCHAR(66)Hash of the block when the trade occurred
unique_idVARCHAR(16777216)Unique identifier for each trade
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
_helper_nft_tokens__updated_atTIMESTAMP_NTZ(9)Timestamp when the NFT token metadata used for enrichment was last updated.
_changed_since_full_refreshBOOLEANIndicates if the record has changed since the last full data refresh.