Acquiring CoinName(MARKET_DATA)
API Description
Acquiring CoinName
HTTP Request
GET /sapi/v1/mining/pub/coinList
Request Weight(IP)
1
Request Parameters
None
Response Example
{
"code": 0,
"msg": "",
"data": [
{
"coinName": "BTC", // Currencyname
"coinId": 1, // id
"poolIndex": 0, // Sort
"algoId": 1, // Algorithm
"algoName": "sha256" //Name of algorithm
}
]
}