Get NFT trades by marketplace

Get trades of NFTs for a given contract and marketplace.

Log in to see full request history
Path Params
string
required

The address of the NFT contract

Query Params
string
Defaults to eth

The chain to query

integer
≥ 0

The minimum block number from which to get the transfers

  • Provide the param 'from_block' or 'from_date'
  • If 'from_date' and 'from_block' are provided, 'from_block' will be used.
string

The block number to get the trades from

string

The start date from which to get the transfers (any format that is accepted by momentjs)

  • Provide the param 'from_block' or 'from_date'
  • If 'from_date' and 'from_block' are provided, 'from_block' will be used.
string

The end date from which to get the transfers (any format that is accepted by momentjs)

  • Provide the param 'to_block' or 'to_date'
  • If 'to_date' and 'to_block' are provided, 'to_block' will be used.
string
Defaults to opensea

Marketplace from which to get the trades (only OpenSea is supported at the moment)

string

The cursor returned in the previous response (used for getting the next page).

integer
≥ 0

The desired page size of the result.

Response

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