Skip to main content
GET
/
exchange
/
quote
{
  "data": {
    "id": "2f939fe5-fb7b-4234-8b73-761a848d13af",
    "locked": false,
    "rate": 1500,
    "symbol": "USD-NGN",
    "time_to_convert": 10,
    "time_to_lock": 30,
    "type": "buy"
  }
}

Query Parameters

source_currency
enum<string>
required
Available options:
USD,
NGN,
GHS,
CNY,
KES,
CAD,
AUD,
EUR,
GBP,
BTC,
ETH,
USDT,
USDC,
BUSD,
SOL,
DOGE,
XRP,
ADA,
TRX,
AVAX
target_currency
enum<string>
required
Available options:
USD,
NGN,
GHS,
CNY,
KES,
CAD,
AUD,
EUR,
GBP,
BTC,
ETH,
USDT,
USDC,
BUSD,
SOL,
DOGE,
XRP,
ADA,
TRX,
AVAX
lock
boolean

Response

Quote

Response schema for a quote

data
object

Quote

Example:
{
"id": "2f939fe5-fb7b-4234-8b73-761a848d13af",
"locked": false,
"rate": 1500,
"symbol": "USD-NGN",
"time_to_convert": 10,
"time_to_lock": 30,
"type": "buy"
}