Interface description:
Request URL:
https://apiv2.bitz.com/Market/ticker
Request Method:
Parameters:
Parameter |
Required |
Type |
Description |
symbol |
true |
string |
eth_btc、ltc_btc |
Request example:
https://apiv2.bitz.com/Market/ticker?symbol=777_btc
Example of return result:
{
"status": 200,
"msg": "",
"data": {
"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": "71696.37"
},
"time": 1532760578,
"microtime": "0.11632100 1532760578",
"source": "api"
}