Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a conversion rate between two currencies
GET https://api-v3.reeple.ai/exchange-rate/quote
amount
>= 1
currencyFrom
currencyTo
{ "success": true, "statusCode": 200, "message": "Exchange rate fetched", "data": { "id": "clubg9uy10003m27tidh9u200", "sendAmount": 3000, "receiveAmount": 3.01, "rate": 0.001004, "currencyPair": "NGN/USD" } }