Orders
List orders
Returns your orders newest-first with opaque cursor pagination. Filter by status and a from/to creation-time window.
GET
List orders
Authorizations
Enter Auth0 JWT token
Query Parameters
Filter by status
Available options:
created, awaiting_funds, funds_received, executing, completed, failed, expired, cancelled ISO-8601 lower bound on createdAt (inclusive)
ISO-8601 upper bound on createdAt (exclusive)
Page size (1-100, default 20)
Required range:
1 <= x <= 100Opaque pagination cursor
Response
Orders page
Whether more items exist after this page
Example:
true
Opaque cursor for the next page, or null when there are no more items
Stable collection discriminator
Available options:
order.list Example:
"order.list"
List orders