Pairs Stats
This method returns the list of all available public pairs with additional statistical data.
Details
Name
Type
Description
{
"code": 200,
"success": true,
"message": "",
"result": {
"ETH_USDT": {
"at": 1660809000,
"ticker": {
"name": "ETH_USDT",
"bid": "11064.19562386",
"ask": "11075.01503353",
"open": "11283.75679587",
"high": "11672.94242464",
"low": "10907.76734965",
"last": "11062.46620831",
"vol": "4826.8414807",
"deal": "54127712.90288253218",
"change": "-1"
}
},
...
}
}With Authentication
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example
Last updated