This endpoint can be used to fetch orders from the system

Log in to see full request history
Query Params
string
required

Chain Name, eth is default.

string

Filter by smart contract address for the asset category.When this field is empty, only the parameters chain, side, direction, listed_after, limit, offset will affect the query result, other parameters will be ignored.

string

Filter by a list of token IDs for the order's asset, comma separated. Needs to be defined together with asset_contract_address.

string

Filter by the kind of sell order, 0 for standard order, 3 for bulk listings, 7 for collection offer, default for all orders.

string
Defaults to 1

Filter by the side of the order. 0 for buy orders and 1 for sell orders.

string

Filter by the order maker's wallet address

string

Filter by the order taker's wallet address. Orders open for any taker have the null address as their taker.

string

Filter by the address of the smart contract of the payment token that is accepted or offered by the order, Native token is 0x0000000000000000000000000000000000000000 for sell order. Leave blank to query all paymentToken orders.

string

How to sort the orders. Can be created_date for when they were made, or base_price to see the lowest-priced orders first, when using created_date, the results are sorted by listingTime. use with direction, created_date is default.

string

Can be asc or desc for ascending or descending sort. use with order_by, desc is default.

string

Only show orders listed before this timestamp(order createdTime). Seconds since the Unix epoch.

string

Only show orders listed after this timestamp(order createdTime). Seconds since the Unix epoch.

int32
Defaults to 20

Number of orders to return (capped at 50, default is 20).

int32
Defaults to 0

Number of orders to offset by (for pagination), When asset_contract_address is not provided, max offset is 10000.

Responses

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