Appearance
Get supported loan currencies
GET
/v1/public/loans/info
Returns a list of currencies supported for lending, including minimum and maximum rates and amounts for each currency.
Responses
Supported loan currencies retrieved successfully
application/json
JSON
[
{
"lendingSupported": true,
"shortName": "ZAR",
"minimumRate": "0.00000685",
"maximumRate": "0.00036",
"minimumAmount": "500",
"maximumAmount": "100000000"
},
{
"lendingSupported": true,
"shortName": "BTC",
"minimumRate": "0.0000005",
"maximumRate": "0.00036",
"minimumAmount": "0.008",
"maximumAmount": "1000"
}
]