v1

latestSwagger 2.02026-07-179553242.0 KB
Stats

Get exchange-wide and per-series turnover and volume statistics.

get/stats

Response

Request was successful

rootSymbolstring required
currencystring
volume24hinteger
turnover24hinteger
openInterestinteger
openValueinteger

Example response

[
  {
    "openInterest": 1,
    "openValue": 5,
    "volume24h": 0,
    "currency": "currency",
    "turnover24h": 6,
    "rootSymbol": "rootSymbol"
  }
]