Misc
Generate currency quote
Generate Currency Quote
Want to swap currencies?
This endpoint provides a rate and other relevant details for converting a specified amount from one currency to another.
Endpoint
{baseurl}}/exchange-rate/quote
Method: GET
Query parameters are required for this request.
Field | Data Type | Description |
---|---|---|
amount | Number >=1 | Required. This specifies the amount of money to be converted. It must be a number greater than or equal to 1. |
currencyFrom | String. Enum NGN USD EUR GBP KES TZS GHS RWF XAF XOF ZAR UGX AUD CAD ETB EGP MAD MWK ZMW SLL MUR | Required. This is the starting currency for the transaction. |
currencyTo | String. Enum NGN USD EUR GBP KES TZS GHS RWF XAF XOF ZAR UGX AUD CAD ETB EGP MAD MWK ZMW SLL MUR | Required. This is the target currency for the transaction. |
A successful response will look like this: