For the complete documentation index, see llms.txt. This page is also available as Markdown.

NFT Marketplace

Our tables track transfers and ownership of NFTs across various collections.

Property
Description
Type

timestamp

The timestamp of the transfer.

number

chain_id

The standard id of the chain.

number

block_number

The block number of the transfer.

number

transaction_hash

The transaction hash of the transfer.

string

log_index

The event log. For transactions that don't emit event, create arbitrary index starting from 0.

number

nft_collection_address

The contract address of the NFT collection.

string

nft_id

The unique identifier of the NFT.

string

sender_address

The address of the sender of the NFT.

string

receiver_address

The address of the receiver of the NFT.

string

Last updated