request interface
/V1/Market/ticker
Parameter | Required | Type | Notes |
---|---|---|---|
symbol_id | no | int | Trading pair ID |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": {
"symbol_id": 22, //trading pair ID
"last": "47310.70", //last price
"ask": "47310.70", //sell price
"bid": "47310.70", //buy price
"high": "47516.25", //highest price
"low": "46290.00", //lowest price
"24v": "2482729187.17", //24 hour volume
"num": "1437351.00", //trade quantity
"vol": "52756.188900", //cost
"price_change":"-1442.30", //price change
"price_change_percent": "-2.95"
},
"seconds": 1639481228,
"microtime": 1639481228358
}