Get order
Retrieves a single order by ID.
Authentication
AuthorizationBearer
Token obtained via the login flow.
Path parameters
orderId
Response
Order details.
orderId
quoteId
Reference to the originating quote. Quote remains retrievable.
status
filled— the order exists and the rate is locked; from the client’s perspective the trade is done. Sourcing and settlement run asynchronously and are internal detail, not surfaced here.cancelled— the order was cancelled.
sellCurrency
buyCurrency
sellAmount
Locked at acceptance.
buyAmount
Locked at acceptance.
rate
Locked at acceptance.
createdAt
When the order was created.
updatedAt
When the order was last updated.
Errors
401
Unauthorized Error
404
Not Found Error