Interface description:
- Get the detail of erery symbol
Request URL:
https://apiv2.bitz.com/Market/symbolList
Request Method:
Parameters:
Parameter |
Required |
Type |
Description |
symbols |
false |
string |
ltc_btc,fct_btc trading pair, return the specified data when it is passed in, separated by comma, otherwise return all |
Request example:
https://apiv2.bitz.com/Market/symbolList?symbols=ltc_btc,fct_btc
Example of return result:
{
"status": 200,
"msg": "",
"data": {
"ltc_btc": {
"id": "1",
"name": "ltc_btc",
"coinFrom": "ltc",
"coinTo": "btc",
"numberFloat": "4",
"priceFloat": "8",
"status":"1",
"minTrade": "0.010",
"maxTrade": "500000000.000",
},
"fct_btc": {
"id": "5",
"name": "fct_btc",
"coinFrom": "fct",
"coinTo": "btc",
"numberFloat": "4",
"priceFloat": "8",
"status":"1",
"minTrade": "0.100",
"maxTrade": "500000000.000",
},
}
"time": 1532679160,
"microtime": "0.02209000 1532679160",
"source": "api"
}