List orders
Returns a cursor-paginated list of FX orders for the authenticated organisation,
ordered by creation time descending. Use the cursor parameter to page through results.
Authentication
AuthorizationBearer
Token obtained via the login flow.
Query parameters
limit
Number of items to return (1–200, default 20).
cursor
Opaque pagination cursor returned by a previous response.
status
Filter by order status.
Allowed values:
createdAfter
Return only orders created at or after this time (RFC 3339).
createdBefore
Return only orders created before or at this time (RFC 3339).
Response
Paginated list of orders.
orders
hasMore
nextCursor
Errors
400
Bad Request Error
401
Unauthorized Error