v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Info

Convert USD amount to Local currency amount.

get/v0.2.4/info/usd-amount-in-local

Query parameters

destinationCurrencystring required

currency symbol e.g NGN, KES.

amountInUSDinteger required

amount in usd.

Response

Success.

statusstring

Status of the request.

messagestring

Message indicating the result of the operation.

Example response

{
  "status": "success",
  "message": "USD converted to local amount successfully",
  "data": {
    "amountInUSD": "100",
    "destinationCurrency": "NGN",
    "amountInDestinationCurrency": 1000,
    "validUntil": "2022-08-21T20:05:50.474Z"
  }
}