Table Description

Records of all NFT-related events on the TON blockchain, including mints, transfers, and sales. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_timetimestampTimestamp of when the block containing the event was created
block_datedateDate of when the block containing the event was created
typestringType of NFT event (mint, transfer, sale, etc.)
nft_item_addressstringAddress of the NFT item
is_initbooleanWhether the NFT is initialized
nft_item_indexintIndex of the NFT within its collection
collection_addressstringAddress of the NFT collection (nullable)
owner_addressstringAddress of the NFT owner
content_onchainstringNFT metadata extracted from on-chain data
timestampintTimestamp of NFT state update or action
ltbigintLogical time of NFT state update or action
tx_hashstringTransaction hash if applicable
trace_idstringTrace identifier if applicable
prev_ownerstringPrevious owner address if applicable
query_iddecimal(20,0)Query identifier if exists
forward_amountdecimal(38,0)Amount of forward message from transfer if related
forward_payloadbinaryPayload of forward message from transfer if related
commentstringText comment from forward_payload
custom_payloadstringCustom payload from transfer message if related
sale_contractstringAddress of sale contract if related
sale_typestringType of sale (sale or auction)
sale_end_timeintEnd time of sale if applicable (unixtime)
marketplace_addressstringAddress of the marketplace
marketplace_fee_addressstringAddress receiving marketplace fee
marketplace_feedecimal(38,0)Amount of marketplace fee
sale_pricedecimal(38,0)Price of the NFT
payment_assetstringAsset type of payment (only TON supported)
royalty_addressstringAddress receiving royalty
royalty_amountdecimal(38,0)Amount of royalty
auction_max_biddecimal(38,0)Maximum bid for auction
auction_min_biddecimal(38,0)Minimum bid for auction
auction_min_stepdecimal(38,0)Minimum bid step for auction
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested
Supported event types:
Typeprev_ownerComments
mintdeployer addressTx related to the NFT deployment
put_on_salenullNFT is put on sale via sale contract
cancel_salenullSale is cancelled and NFT is returned to the owner
salesellerNFT is sold via sale contract, see sale related fields for details
transferprevious ownerDirect NFT transfer between addresses. Also includes automatic transfers of TON DNS in case of expiration
bidbidderNew bid for an auction

Table Sample