NFT Event Object

FieldTypeDescription
nft_event_idstringunique identifier for the NFT Event
typeMINT, TRANSFER, BURN, SALEtype of NFT Event
transaction_hashhex stringtransaction hash for where the NFT event happened
block_numberinteger, nullblock number where the NFT event happened on
nft_idstringunique identifier for the NFT
nft_contract_addresshex stringcontract address of the NFT
nft_token_idint stringtoken id of the NFT
quantityint stringnumber of NFTs that the event happened on. 1 for ERC721, can be multiple for ERC1155
from_addresshex stringAddress for where the NFT event comes from
to_addresshex stringAddress for where the NFT event is going to
payment_contract_addresshex string, nullcontract address of the payment token. Only relevant for SALE type
total_priceint string, nullamount that the NFT was sold for. Only relevant for SALE type
timestampnumberUnix Timestamp in seconds for when the NFT event happened