getNftEvents*

Get a list of emitted events associated with the queried NFT. Events are results of transaction execution.

Log in to see full request history

📘

This is the Pro endpoint, currently available for free as part of the API campaign.

We provide the following metadata for this endpoint:

ObjectParameterDescription
BuyerbuyerAddressThe address hash of the account that bought an NFT.
buyerNameThe name of the account that bought an NFT, which was submitted at sign-up.
buyerImgA link to the image of the account that bought an NFT.
buyerSecurityMessageA message warning that the account that bought an NFT is involved in scam activity.
SellersellerAddressThe address of the account that sold an NFT.
sellerNamethe name of the account that sold an NFT, which was submitted at sign-up
sellerImgA link to the image of the account that sold an NFT.
sellerSecurityMessageA message warning that the account that sold an NFT is involved in scam activity.
NFTnftTypeThe ID of an NFT object.
nftNameThe name of an NFT.
nftImgA link to the image of an NFT.
Path Params
string
required
Defaults to 0x119ce9ace68ec667830742cb43928dbc3840064bf45726cf9bd52c0c75e54a88

Enter full nft address to get events by a particular nft.

Query Params
int32
required
≥ 0
Defaults to 0

Queried API page.

int32
required
1 to 50
Defaults to 20

Number of queried entries.

string
required
Defaults to DESC

Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).

string
required
Defaults to AGE

Select sorting parameter.

Body Params
eventTypes
array of strings
required

Types of emitted events.

eventTypes*
marketplaces
array of strings
required

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

marketplaces*
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
*/*