Asset events represent state changes that occur for assets. This currently includes creating, transferring, and burning NFTs.

FieldDescriptionType
typetype of eventMINT | TRANSFER | BURN
from_addressThe wallet address for where the event comes fromstring
to_addressThe wallet address for where this event is going tostring
quantity1 for ERC721, can be multiple for ERC1155number
block_hashblock hash that the event happened onhex string, null
block_numberblock number that the event happened onnumber, null
transaction_hashtransaction hash for where the event happened onhex string, null
transaction_indextransaction index for where the event happened onnumber, null
event_indexindex of the eventnumber, null
timestampwhen the event happenedDate
assetthe asset for the eventAsset Object