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

limitintegerOptional1-200Defaults to 20

Number of items to return (1–200, default 20).

cursorstringOptional
Opaque pagination cursor returned by a previous response.
statusenumOptional
Filter by order status.
Allowed values:
createdAfterdatetimeOptional

Return only orders created at or after this time (RFC 3339).

createdBeforedatetimeOptional

Return only orders created before or at this time (RFC 3339).

Response

Paginated list of orders.
orderslist of objects
hasMoreboolean
nextCursorstring or null

Errors

400
Bad Request Error
401
Unauthorized Error