Get Supported Currencies
https://api.localramp.co/v1/transaction/swap/currenciesx-auth-token: <PUBLIC_KEY>{
"status": "success",
"data": {
"coins": [
{
"coin": "BTC",
"max_decimal": 8
},
{
"coin": "LTC",
"max_decimal": 8
},
{
"coin": "ETH",
"max_decimal": 8
},
{
"coin": "XRP",
"max_decimal": 6
}
]
}
}Last updated