Interface description:
Request URL:
https://apiv2.bitz.com/Market/tickerall
Request Method:
Parameters:
Parameter |
Required |
Type |
Description |
symbols |
false |
string |
eth_btc,ltc_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/tickerall?symbol=777_btc,777_eth
Example of return result:
{
"status": 200,
"msg": "",
"data": {
"777_btc": {
"symbol": "777_btc",
"quoteVolume": "2.5926",
"volume": "2120645.6004",
"priceChange24h": "-4.83",
"askPrice": "0.00000124",
"askQty": "509.1400",
"bidPrice": "0.00000123",
"bidQty": "76.4401",
"open": "0.00000118",
"high": "0.00000130",
"low": "0.00000109",
"now": "0.00000124",
"firstId": "105551102",
"lastId": "105853063",
"dealCount": "2650",
"numberPrecision": "4",
"pricePrecision": "8",
"cny": "0.06912764",
"usd": "0.01014551",
"krw": "6.35"
},
"777_eth": {
"symbol": "777_eth",
"quoteVolume": "17.31",
"volume": "655487.48",
"priceChange": "-6.62",
"priceChange24h": "-9.05",
"askPrice": "0.00002545",
"askQty": "2563.3066",
"bidPrice": "0.00002480",
"bidQty": "18423.0765",
"open": "0.00002727",
"high": "0.00002748",
"low": "0.00002471",
"now": "0.00002480",
"firstId": "108083466",
"lastId": "108292404",
"dealCount": "59",
"numberPrecision": "4",
"pricePrecision": "8",
"cny": "0.0691",
"usd": "0.0100",
"krw": "6.09"
},
},
"time": 1532671288,
"microtime": "0.23065700 1532671288",
"source": "api"
}