Get Order History (Single)

Retrieve details of a specific trade by order ID.

Authentication

AuthorizationBearer
OAuth 2.0 access token

Path parameters

idstringRequired
Order ID

Response

Successful response with order details
idstring
Order ID
fromCurrencystring
Source currency code
toCurrencystring
Destination currency code
fromAmountdouble
Amount in source currency
toAmountdouble
Amount in destination currency
ratedouble
Conversion rate used
statusenum
Order status
Allowed values:
createdAtdatetime
Order creation timestamp
quoteIdstring
Quote ID used to create this order
completedAtdatetime
Order completion timestamp
referencestring
External reference

Errors

403
Forbidden Error
404
Not Found Error