Listing Events by NFT

This endpoint is used to retrieve listing events (listing added, modified, removed) in reverse chronological order. This endpoint is currently in beta.
Pass a chain, contract address, token ID, and optional UNIX timestamps to get back listing events for this contract. Note that data is available starting from April 10, 2023, and that OpenSea lazy minted items are included as well (on Ethereum & Polygon).
On Solana, only the chain and contract address should be supplied
Path Params
string
enum
required
Defaults to ethereum

Name of the chain (e.g., ethereum)

string
required
Defaults to 0x60e4d786628fea6478f785a6d7e704777c86a7c6

Address of the NFT contract

string
required
Defaults to 20035

Token ID of the given NFT. For Solana and Bitcoin, this can be omitted or set to 0.

Query Params
int32

Lower bound timestamp (inclusive). Seconds since the Unix epoch.

int32

Upper bound timestamp (inclusive). Seconds since the Unix epoch.

string

Used to retrieve the next page of results

int32
Defaults to 50

Limit. Defaults to 50, capped at 50.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json