GET
/
utility
/
exchange-rate
Get rate
curl --request GET \
  --url https://dev.interface.monirates.com/v1/utility/exchange-rate \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Query Parameters

fromCurrency
enum<string>
required
Available options:
NGN,
USD,
EUR,
GBP,
CAD,
CNY,
INR,
GHS,
XOF,
USDT,
BUSD,
USDC,
CNGN,
XAF,
CDF,
KES,
MWK,
RWF,
TZS,
UGX,
ZMW,
ETB,
MAD,
ZAR
toCurrency
enum<string>
required
Available options:
NGN,
USD,
EUR,
GBP,
CAD,
CNY,
INR,
GHS,
XOF,
USDT,
BUSD,
USDC,
CNGN,
XAF,
CDF,
KES,
MWK,
RWF,
TZS,
UGX,
ZMW,
ETB,
MAD,
ZAR
fromCurrencyIso2
required
Required string length: 4
toCurrencyIso2
required
Required string length: 4
amount
number
required

Response

Successful response

success
boolean
Example:

true

message
string
data
object

Response payload