LLMs.txt: agent-readable Markdown index of this site at /llms.txt
GETGet gasless order status

Get gasless order status

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.

Authorization

x-api-keystringrequiredheader
Playground key
You're using a shared playground keyCreate a free account and get your own API keys from the dashboard.
Get your keys

Query Parameters

orderTypeenum
Dutch_V2Dutch_V3LimitPriority

The UniswapX order type to retrieve.

orderIdstring

A transaction hash for an order. orderId or orderIds must be provided, but not both.

orderIdsstring

A list of comma separated orderIds (transaction hashes). orderId or orderIds must be provided, but not both.

limitnumber
orderStatusenum
openexpirederrorcancelledfilledunverifiedinsufficient-funds

Filter by order status.

swapperstring

Filter by swapper address.

sortKeyenum
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.

requestIdstringrequired

A unique ID for the request.

ordersobject[]required
cursorstring