Interface description:
Request URL:
https://apiv2.bitz.com/Market/order
Request Method:
Parameters:
Parameter |
Required |
Type |
Description |
symbol |
true |
string |
eth_btc、ltc_btc trading pair |
Request example:
https://apiv2.bitz.com/Market/order?symbol=eth_btc
Example of return result:
{
"status": 200,
"msg": "",
"data": [
{
"id": "105526523",
"t": "12:58:48",
"T": 1535796654,
"p": "0.01053000",
"n": "11.9096",
"s": "buy"
},
{
"id": "103157630",
"t": "17:09:57",
"T": 1535796654,
"p": "0.01231200",
"n": "2.6548",
"s": "buy"
}
],
"time": 1532670836,
"microtime": "0.91846700 1532670836",
"source": "api"
}