v1

latestOpenAPI 3.0.1Apache 2.02026-07-26142209237.7 KB
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

eventTypesstring[] required

Types of emitted events.

marketplacesstring[] required

Enter part or full marketplace name to get events by the queried marketplace.

Response

OK