Skip to main content
Schema: movement.nft Table: fact_nft_sales Type: View NFT sales and marketplace transactions. Contains information about NFT trades on various platforms.

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp of the block.
BLOCK_NUMBERNUMBERThe block number.
VERSIONNUMBERThe transaction version number.
TX_HASHTEXTThe transaction hash.
EVENT_INDEXNUMBERThe index of the event within the transaction.
EVENT_TYPETEXTThe type of sale event.
BUYER_ADDRESSTEXTThe buyer’s address.
SELLER_ADDRESSTEXTThe seller’s address.
NFT_ADDRESSTEXTThe NFT collection address.
TOKEN_VERSIONNUMBERThe version of the token standard.
PLATFORM_ADDRESSTEXTThe marketplace platform address.
PROJECT_NAMETEXTThe NFT project name.
PLATFORM_NAMETEXTThe marketplace platform name.
PLATFORM_EXCHANGE_VERSIONTEXTThe version of the platform exchange.
TOTAL_PRICE_RAWNUMBERThe raw total sale price.
FACT_NFT_SALES_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.