QUANT_API
UTCSign inGet a key ↗
DOCS · v2026.06.0

API reference

Quickstart

Pull your first leak-free feature in under a minute. Create a key in the dashboard, then:

bash
curl https://api.quant-api.io/v1/features/live \
  -H "Authorization: Bearer fk_live_…" \
  -d asset=BTC \
  -d features=liquidations.liq_imbalance@45m:zscore
json
{
  "as_of": "2026-06-03T14:22:08Z",
  "asset": "BTC",
  "values": { "liquidations.liq_imbalance@45m:zscore": 0.42 },
  "locked": []
}

Every value is computed strictly from data at or before as_of. No look-ahead, live or historical.