v1

latestSwagger 2.02026-07-179553242.0 KB
Stats

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

get/stats/history

Response

Request was successful

datestring date-time required
rootSymbolstring required
currencystring
volumeinteger
turnoverinteger

Example response

[
  {
    "date": "2000-01-23T04:56:07.000+00:00",
    "volume": 0,
    "currency": "currency",
    "turnover": 6,
    "rootSymbol": "rootSymbol"
  }
]