Exchange Request
Request Body
Name
Type
Description
{
"result": integer, // The result code indicates the success or failure of the request.
"message": string, // A message providing additional information about the result.
"trackId": string, // The unique identifier for the payout request in the OxaPay payment gateway.
"status": string, // The current status of the payout (Processing, Sending, Complete, or Rejected).
"amount": string, // The amount you want to exchange
"fromCurrency": string, // The currency code of the cryptocurrency you want to convert from
"toCurrency": string, // The currency code of the cryptocurrency you want to convert to
"toAmount": string, // The amount you'll receive in your desired cryptocurrency.
"rate": string, // The real-time exchange rate representing the number of units of `fromCurrency` equivalent to `toCurrency`.
"date": string // exchange time
}Example codes
Last updated