List orders
Returns orders for the authenticated client, most recent first.
Orders are created exclusively by accepting a quote — there is no
POST /v1/orders.
Authentication
AuthorizationBearer
Token obtained via the login flow.
Query parameters
status
Filter by one or more statuses. Repeatable — e.g. ?status=pending&status=filling.
Allowed values:
sellCurrency
buyCurrency
createdAfter
createdBefore
limit
Maximum number of results to return. Default 20, max 200.
cursor
Opaque cursor from nextCursor of a previous response.
Response
Paginated list of orders.
orders
nextCursor
Opaque cursor for the next page. null when the list is exhausted.
hasMore
Convenience flag. false when nextCursor is null.
Errors
400
Bad Request Error
401
Unauthorized Error