Skip to main content
GET
/
analytics
/
{symbol}
/
{analytics_type}
Market Analytics
curl --request GET \
  --url https://futures.kraken.com/api/charts/v1/analytics/{symbol}/{analytics_type}
{
  "result": {
    "timestamp": [
      123
    ],
    "more": true,
    "data": [
      123
    ]
  },
  "errors": [
    {
      "severity": "<string>",
      "error_class": "<string>",
      "type": "<string>",
      "msg": "<string>",
      "value": "<string>",
      "field": "<string>"
    }
  ]
}

Path Parameters

symbol
string
required

Market symbol

analytics_type
enum<string>
required
Available options:
open-interest,
aggressor-differential,
trade-volume,
trade-count,
liquidation-volume,
rolling-volatility,
long-short-ratio,
long-short-info,
cvd,
top-traders,
orderbook,
spreads,
liquidity,
slippage,
future-basis,
funding

Query Parameters

since
integer<int64>
required

epoch time in seconds

Example:

1676556478

interval
enum<integer>
required
Available options:
60,
300,
900,
1800,
3600,
14400,
43200,
86400,
604800
to
integer

epoch time in seconds, default now

Example:

1676556478

Response

Available analytics by type and symbol

result
Result container for analytics response · object
required
errors
Analytics response error · object[]
required