Specific Pair Stats
This method returns the trading statistics and key data for analytics for a specific selected pair.
Details
Query Parameters
Name
Type
Description
Example
Name
Type
Description
{
"code": 200,
"success": true,
"message": "",
"result": {
"name": "BTC_USDT",
"bid": "63370.1875606",
"ask": "63377.7924394",
"open": "62924.07",
"high": "64128.01",
"low": "62616",
"last": "63426.02",
"volume": "529.54101",
"deal": "33557657.4860868807",
"change": "0.7945383501872970421"
}
}With Authentication
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example
Last updated