Get List of Crypto Currencies
Crypto
Endpoint Information
Request Parameters
Response Structure
{
"code": 200,
"msg": "SUCCESS",
"data": [{
"crypto": "USDT", // (string: name of the cryptocurrency)
"accuracy": 6 // (number: accuracy of the trade)
}]
}
