Get Supported Currencies
https://api.localramp.co/v1/transaction/sell/currenciesx-auth-token: <PUBLIC_KEY>{
"status": "success",
"data": {
"from_currency": [
{
"coin": "BTC",
"max_decimal": 8
},
{
"coin": "LTC",
"max_decimal": 8
}
],
"to_currency": [
{
"fiat": "NGN",
"max_decimal": 2
}
]
}
}Last updated