Retrieve one or more gasless orders filtered, optionally filered by query param(s). The request must at minimum include one of the following parameters: orderId
, orderIds
, orderStatus
, swapper
, or filler
.
The default orderType is Dutch_V1_V2 and will grab both Dutch and Dutch_V2 orders.
Dutch
, Dutch_V2
, Dutch_V1_V2
, Dutch_V3
, Limit
, Priority
A unique ID for the order. Used to track the order's status.
A list of comma separated orderIds.
Filter by order status.
open
, expired
, error
, cancelled
, filled
, insufficient-funds
Filter by swapper address.
Order the query results by the sort key.
createdAt
Sort query. For example: sort=gt(UNIX_TIMESTAMP)
, sort=between(1675872827, 1675872930)
, or lt(1675872930)
.
Filter by filler address.
The request orders matching the query parameters.
The response is of type object
.