Skip to main content

Table Details

PropertyValue
Table Nameb3.nfts.trades_with_wash_trading_flags
Table StatusProduction-Ready
Unique Keyblock_timestamp, unique_id
Clustering Key(s)block_timestamp::date, marketplace
Search Optimizationbuyer_address, seller_address, currency_address, token_address

Table Columns

Column NameData TypeDescription
marketplaceVARCHAR(134217728)Name of the NFT marketplace where this trade occurred (e.g. opensea, blur, x2y2, looksrare, rarible).
protocolVARCHAR(134217728)Specific version or variant of the protocol (e.g. uniswap_v3, aave_v2, stargate_v2). Qualifies the project field with version information.
order_match_typeVARCHAR(134217728)How the order was fulfilled. BUY for a direct purchase at list price; ACCEPT_BID for a seller accepting an existing bid.
trade_typeVARCHAR(134217728)Scope of the trade. SINGLE_TRADE for a single NFT, BUNDLE_TRADE when multiple NFTs are sold together in one transaction.
buyer_addressVARCHAR(42)Address of the buyer in this NFT trade.
seller_addressVARCHAR(42)Address of the seller in this NFT trade.
token_standardVARCHAR(134217728)Token standard of the NFT. erc721 for non-fungible tokens (unique IDs, balance 0 or 1), erc1155 for semi-fungible tokens (multiple copies per ID).
token_addressVARCHAR(42)Contract address of the token. For EVM chains, native currency (e.g. ETH, MATIC) is represented as the zero address (0x0000000000000000000000000000000000000000). For Solana, this is the mint address.
token_idVARCHAR(134217728)Identifier for non-fungible tokens (ERC-721) or semi-fungible tokens (ERC-1155). Each unique token_id within a collection represents a distinct asset.
token_nameVARCHAR(134217728)Full name of the token (e.g. “USD Coin”, “Wrapped Ether”).
token_symbolVARCHAR(134217728)Ticker symbol of the token (e.g. “USDC”, “WETH”).
item_quantityVARCHAR(134217728)Number of NFT items transferred in this trade. Always 1 for ERC-721; may be greater than 1 for ERC-1155 bundle trades.
currency_addressVARCHAR(42)Contract address of the currency used to pay for the NFT. Native currency (e.g. ETH) is represented as the zero address.
currency_symbolVARCHAR(134217728)Symbol of the currency used to pay for the NFT (e.g. ETH, WETH, USDC).
raw_priceVARCHAR(134217728)Price paid for the NFT in the currency’s smallest unit (not decimal-adjusted).
priceFLOATPrice per unit of the asset at the time of this event, in USD or in the quote token’s units depending on context.
usd_priceFLOATUSD value of the NFT trade at the time of the transaction.
agg_feesVARIANTThe aggregate fees of the trade.
buyer_feesVARIANTThe fees paid by the buyer.
seller_feesVARIANTThe fees paid by the seller.
aggregator_nameVARCHAR(134217728)Name of the aggregator used to route the trade (e.g. gem, blur_aggregator, reservoir). Null or empty if the trade was placed directly on the marketplace.
aggregator_addressVARCHAR(42)Contract address of the aggregator used for the trade. Null if no aggregator was involved.
transaction_hashVARCHAR(66)Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.
block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the block that contains this record.
block_numberNUMBER(38,0)Sequential number of the block that contains this record. Starts at 0 (genesis block) and increments by 1 for each new block.
block_hashVARCHAR(66)Cryptographic hash of the block header that contains this record. Uniquely identifies a block.
unique_idVARCHAR(134217728)Allium’s deterministic unique identifier for this row. Generated from the fields that uniquely identify the record (e.g. transaction hash + log index). Stable across full refreshes.
_helper_nft_tokens__updated_atTIMESTAMP_NTZ(9)Timestamp (UTC) of the most recent update to the NFT token metadata helper table row referenced by this record.
wash_trading_scoreNUMBER(15,2)Wash trading score calculated with behaviours-related to wash trading.
wash_trading_levelVARCHAR(134217728)Wash trading level is divided into five different levels from very low to very high - ‘very low’ if wash_trading_score = 0 ‘low’ if wash_trading_score 4
extra_fieldsVARIANTJSON object containing additional fields from the onchain event that are not part of the standard schema (e.g. nonce, fee metadata, protocol-specific parameters).
_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.
_upstream_created_atTIMESTAMP_NTZ(9)Timestamp when the upstream intermediate record feeding this row was first created.
_upstream_updated_atTIMESTAMP_NTZ(9)Timestamp (UTC) of the most recent update to the upstream model that feeds this record.
_changed_since_full_refreshBOOLEANIndicates if the record has changed since the last full data refresh.