v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

Get Statistics

Get last 24-hour statistics for all instruments.

get/v1/info/statistics

Query parameters

instrument_idinteger

Instrument ID

Response

Statistics response.

instrument_idinteger required

Instrument ID

symbolstring required

Instrument symbol

volumestring required

24-hour trading volume in contracts

open_pricestring required

Opening price from 24 hours ago

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
      ]
    ]
  }
]