v1

latestOpenAPI 3.0.22026-07-14599.1 KB
Orders

Fetch open orders

get/v1/orders

Query parameters

makerstring

Filter by the order maker's wallet address

contractstring

Filter by contract address

token_idinteger

Filter by the token ID of contract. Needs to be send together with contract.

created_beforestring

Filter orders listed before this timestamp.

created_afterstring

Filter orders listed 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
All 5 operations