Decoded, enriched, trade-ready data
Normalized order books, rolling OHLCV, and derived signals — VWAP, CVD, imbalance, funding, OI — computed server-side, so your strategy spends its compute on alpha instead of bookkeeping.
| 1 | sub({ type: "signals", coin: "BTC" }); |
| 2 | // every 100ms: |
| 3 | { |
| 4 | vwap: 67210.4, |
| 5 | imbalance: 0.62, // bid-heavy |
| 6 | cvd: 1.84e6, |
| 7 | funding: 0.0091, |
| 8 | oi: 4.21e8, |
| 9 | } |
Built for production from day one
Clean, normalized data
Consistent schemas, decimal-correct prices, and aligned timestamps across every market — no more reconciling raw payloads by hand.
Analytics, precomputed
Rolling OHLCV, VWAP, order-book imbalance, CVD, open interest, funding, and liquidation feeds delivered ready to act on.
Lower time-to-signal
We do the aggregation server-side so your strategy spends compute on alpha, not on parsing and bookkeeping.
Historical + real-time, unified
Backfill and live data share one schema, so you can backtest and trade on the exact same shapes with zero glue code.
Pairs well with
Start building
today
Spin up an API key in seconds. Free tier included — no credit card required.