v1

latestOpenAPI 3.0.02026-07-142115792.8 KB
Order

Get gasless orders

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.

get/orders

Query parameters

orderType'Dutch' | 'Dutch_V2' | 'Dutch_V1_V2' | 'Dutch_V3' | 'Limit' | 'Priority'

The default orderType is Dutch_V1_V2 and will grab both Dutch and Dutch_V2 orders.

orderIdstring

A unique ID for the order. Used to track the order's status.

orderIdsstring

A list of comma separated orderIds.

limitnumber
orderStatus'open' | 'expired' | 'error' | 'cancelled' | 'filled' | 'unverified' | 'insufficient-funds'

Filter by order status.

swapperstring

Filter by swapper address.

sortKey'createdAt'

Order the query results by the sort key.

sortstring

Sort query. For example: sort=gt(UNIX_TIMESTAMP), sort=between(1675872827, 1675872930), or lt(1675872930).

fillerstring

Filter by filler address.

cursorstring

Response

The request orders matching the query parameters.

requestIdstring required

A unique ID for the request.

cursorstring