Get Statistics
Get last 24-hour statistics for all instruments.
get/v1/info/statistics
Query parameters
instrument_idinteger
Instrument ID
Response
Statistics response.
Example response
[
{
"instrument_id": 1,
"symbol": "NVDA-USDC",
"volume": "1000.00",
"open_price": "100.50",
"klines": [
[
1767225600000,
"100.00",
"105.00",
"99.00",
"102.00",
"500.00",
42
]
]
}
]