request interface
/V1/Market/getFuturesTicker
{
"status": 200,
"source": "API",
"msg": "OK",
"data": {
"symbol_id": 10003, //trading pair ID
"name": "trx_usd",
"last": "", //last price
"ask": "0.07832", //sell price
"bid": "0.07832", //buy price
"high": "0.07893", //highest price
"low": "0.07687", //lowest price
"24v": "259390968.39115", //24 hour volume
"num": "18962.00000", //trade quantity
"vol": "2024178.0000", //cost
"price_change": "0.00119", //price change
"price_change_percent": "1.54"
},
"seconds": 1639481228,
"microtime": 1639481228358
}