Skip to content
Crifine

Depth history

The recorded series. This is the part nobody can backfill.

GET/v1/history/{pool}

Recorded depth and derived gap over a window. Free for published windows.

ParameterTypeNotes
fromdateStart of the window. Not earlier than recording_since.
todateEnd of the window. Defaults to today.
size_usdnumberSize the historical gap is computed at. Defaults to the pool's reference size.
resolutionstring5m, 1h or 1d. Default 1d.
{
  "pool": "uniswap-v3 / ZEC",
  "window": { "from": "2026-08-22", "to": "2026-08-29" },
  "size_usd": 500000,
  "resolution": "1d",
  "depth_change_pct": -58.2,
  "oracle_change_pct": 74.9,
  "lowest_depth_usd": 214000,
  "method_version": "v1",
  "series": [
    { "date": "2026-08-22", "depth_usd": 512000, "oracle_price": 125.20, "gap_pct": -3.10 },
    { "date": "2026-08-25", "depth_usd": 361000, "oracle_price": 168.40, "gap_pct": -6.42 },
    { "date": "2026-08-29", "depth_usd": 214000, "oracle_price": 218.90, "gap_pct": -11.35 }
  ]
}