NFTs
getNftEvents
Get a list of emitted events associated with the queried NFT. Events are results of transaction execution.
post/v1/events/nft/{nft}
Path parameters
nftstring required
Enter full nft address to get events by a particular nft.
Enter full nft address to get events by a particular nft.
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'AGE' required
Select sorting parameter.
Select sorting parameter.
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.