Get Supported Currencies
https://api.localramp.co/v1/transaction/pay/currenciesx-auth-token: <SECRET_KEY>{
"status": "success",
"data": {
"sender_currency": [
{
"fiat": "NGN",
"name": "Nigeria",
"max_decimal": 2,
"country_code": "NG"
},
{
"fiat": "KES",
"name": "Kenya",
"max_decimal": 2,
"country_code": "KE"
},
{
"fiat": "ZMW",
"name": "Zambia",
"max_decimal": 2,
"country_code": "ZM"
}
]
}
}Last updated