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 or null
Quote ID used to create this order
completedAtdatetime or null
Order completion timestamp
referencestring or null
External reference

Errors