POST /v1/orders; the API infers flow type from quote legs or a reserved quote_id.
Order types
Type is returned as
type in API responses.
Response shape
List endpoints and webhooks return the summary shape.
GET /v1/orders/:reference adds payin, recipient, and optional refund. Pass include=payout and/or include=timeline for those fields.
Creation flow
- Quote —
POST /v1/orders/quoteto lock pricing (Quotes) - Create —
POST /v1/orderswithquote_idor explicitfrom/tolegs - Pay in — Present
payininstructions to the end user - Confirm — Payment is auto-detected. Optionally call
POST /v1/orders/:reference/fulfillif confirmation is delayed - Settle — Listen for webhooks or poll the order
Filtering and retrieval
GET /v1/orders supports pagination and filters by status, type, network_identifier, crypto_currency_symbol, fiat_currency_code, customer_reference, and date range (date_from / date_to as DD/MM/YYYY). See Listing orders.