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
Changes
No recorded changes to this endpoint across all 1 revision of this API.