Skip to main content
Get a rate and other relevant details for converting a specified amount from one currency to another.

Endpoint

GET https://api-v3.reeple.ai/exchange-rate/quote

Query parameters

FieldTypeDescription
amountNumber >= 1Required. Amount to convert.
currencyFromStringRequired. Starting currency — see supported currencies.
currencyToStringRequired. Target currency — see supported currencies.

Response

{
  "success": true,
  "statusCode": 200,
  "message": "Exchange rate fetched",
  "data": {
    "id": "clubg9uy10003m27tidh9u200",
    "sendAmount": 3000,
    "receiveAmount": 3.01,
    "rate": 0.001004,
    "currencyPair": "NGN/USD"
  }
}