Retrieve Sales

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This endpoints returns NFT sales data from multiple different marketplaces and aggregators. These include:

  • OpenSea: Wyvern
  • OpenSea: Wyvern V1
  • OpenSea: Seaport
  • Looksrare
  • X2Y2
  • Blur.io

Aggregators

  • Gem.XYZ
  • Genie

Orders can be filtered by almost every queryable field. This includes for example marketplace, aggregator, contract, token ID and more.

Max items to be returned at once is 100, and the offset param can be used to paginate.

Query Params
int32
Defaults to 100

Number of items to retrieve. Max 100 at a time.

int32
Defaults to 0

Offset for pagination

string
enum
Defaults to timeDesc

The direction to sort results. priceAsc = price ascending, priceDesc is price descending, timeAsc = time ascending and timeDesc = time descending.

Allowed:
string
enum

OPTIONAL. The source of the marketplace to filter by. Supports OpenSea: Wyvern, OpenSea: Wyvern V1, OpenSea: Seaport, LooksRare, X2Y2 and Blur.io

Allowed:
string
enum

OPTIONAL. The order side the sale was fulfilled on. ask = listing, bid = offer.

Allowed:
string
enum

OPTIONAL. The aggregator / fulfiller of the order. Supports Gem.XYZ and Genie.

Allowed:
string

OPTIONAL. The NFT contract address to filter sales by.

string

OPTIONAL. The Opensea collection slug to filter by.

string

OPTIONAL. The NFT tokenId to filter by.

string

OPTIONAL. The seller address to filter by.

string

OPTIONAL. The buyer address to filter by.

string

OPTIONAL. The minimum sale price to filter by.

string

OPTIONAL. The maximum sale price to filter by.

boolean
Defaults to false

Include token metadata in each token object

Headers
string

API key for elevated rate limits and cache bypassing (optional)

Responses

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