GETGet gasless orders
Get gasless orders
Authorization
x-api-keystringrequiredheaderPlayground key
You're using a shared playground keyCreate a free account and get your own API keys from the dashboard.
Get your keysQuery Parameters
orderTypeenumDutchDutch_V2Dutch_V1_V2Dutch_V3LimitPriority
The default orderType is Dutch_V1_V2 and will grab both Dutch and Dutch_V2 orders.
orderIdstringorderIdsstringA list of comma separated orderIds.
limitnumberorderStatusenumopenexpirederrorcancelledfilledunverifiedinsufficient-funds
Filter by order status.
swapperstringFilter by swapper address.
sortKeyenumcreatedAt
Order the query results by the sort key.
sortstringSort query. For example: sort=gt(UNIX_TIMESTAMP), sort=between(1675872827, 1675872930), or lt(1675872930).
fillerstringFilter by filler address.
cursorstringGET
/ordersRequest
curl --request GET \
--url 'https://trade-api.gateway.uniswap.org/v1/orders' \
--header 'x-api-key: <api-key>'