v1

latestOpenAPI 3.0.22026-07-14599.1 KB
Offers

Fetch open offers

get/v1/offers

Query parameters

type'collection' | 'nft' | 'all'

Type of offers to filter.

makerstring

Filter by the offer maker's wallet address

contractstring

Filter by contract address. If token_id is not specified, only collection offers will be returned.

token_idinteger

Filter by the token ID of contract. Needs to be send together with contract. Collection offers will not be returned.

created_beforestring

Filter offers created before this timestamp.

created_afterstring

Filter offers created after this timestamp.

cursorstring

A cursor to be supplied as a query param to retrieve the next page

sort'created_at' | 'price'

The property to sort the results by.

limitinteger

Number of orders to return (capped at 50).

direction'asc' | 'desc'

The order to sort by.

Response

Successful

successboolean required
nextstring