UniswapX Swapping
Status Check Gasless Order
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
Authorizations
Query Parameters
The default orderType is Dutch_V1_V2 and will grab both Dutch and Dutch_V2 orders.
Available options:
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.
Available options:
open
, expired
, error
, cancelled
, filled
, unverified
, insufficient-funds
Filter by swapper address.
Order the query results by the sort key.
Available options:
createdAt
Sort query. For example: sort=gt(UNIX_TIMESTAMP)
, sort=between(1675872827, 1675872930)
, or lt(1675872930)
.
Filter by filler address.
Response
200
application/json
The request orders matching the query parameters.
The response is of type object
.
Previous
Create SwapCreate the calldata for a swap transaction (including wrap/unwrap) against the Uniswap Protocols. If the `quote` parameter includes the fee parameters, then the calldata will include the fee disbursement. The gas estimates will be **more precise** when the the response calldata would be valid if submitted on-chain.
Next