Orders
Retrieve order information
To try these services, an Authorization token must be provided as a BearerToken header. The Authorization token can be obtained in the /auth service.
GET
/
orders
/
{orderId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
orderId
string
requiredOrder's identifier.
Response
200 - application/json
orderId
string
quoteId
string
orderType
string
symbolIn
string
symbolOut
string
amountIn
number
amountOut
number
email
string
exchangeRate
number
koyweFee
number
partnerFee
number
networkFee
number
status
string
outReceipt
string
bankAccountId
string
metaData
string
externalId
string
feesInFiat
object
feesInUSD
object
dates
object
destinationAddress
string
paymentMethodId
string
logoIn
string
logoOut
string
refund
object
errors
object