Changelog
All notable changes to the Kwery API. Dates reflect production deployment. Breaking changes are called out explicitly.
2026-03-15 — v1.6.0
Reorganization
- API documentation reorganized into 6 endpoint groups: Price data, Microstructure, Derivatives, Prediction markets, Discovery, and Account & operations
/v1/oracleand/v1/derivedare now grouped under Price data alongside/v1/candles/v1/orderbookand/v1/tradesare now grouped under Microstructure- Prediction market endpoints (
/v1/markets,/v1/snapshots) are now grouped under Prediction markets
New features
/v1/symbols— New discovery endpoint returning all available symbols with per-symbol source, interval, and earliest-data metadata. 0 credits.- Kalshi market discovery —
/v1/marketsnow accepts?source=kalshito list Kalshi event contracts alongside Polymarket markets. Omitsourceto query both platforms. - Unified cursor pagination —
/v1/marketsand/v1/snapshots/{id}now support cursor-based pagination (afterparameter) consistent with all other endpoints. Theoffsetparameter is deprecated.
Removed
/v1/markets/slug/{slug}— Removed. Use/v1/markets/{identifier}instead, which accepts market_id, condition_id, or slug.
2026-03-01 — v1.5.0
- Added
/v1/derivedendpoint with cross-source basis and implied volatility metrics - Added
min_usdfilter for/v1/liquidations(Business+) - Added
X-Rows-Cappedresponse header to indicate when results are truncated by tier limits
2026-02-15 — v1.4.0
- Added Kalshi order book depth data (Pro+)
- Added 500ms snapshot intervals for supported exchanges (Business+)
2026-02-01 — v1.3.0
- Added Hyperliquid perpetual data (OHLCV, funding, open interest)
- Added
/v1/oracleendpoint with Chainlink price feed data
2026-01-15 — v1.2.0
- Added Binance 1-second ticker data (Pro+)
- Added
/v1/tradesendpoint for raw trade data (Pro+)
2026-01-01 — v1.1.0
- Added
/v1/fundingand/v1/open-interestendpoints - Added
/v1/liquidationsendpoint
2025-12-01 — v1.0.0
- Initial API release
- Endpoints:
/v1/candles,/v1/snapshots,/v1/markets,/v1/sources,/v1/limits - Authentication via
?api-key=YOUR_KEYquery parameter - Free, Pro, and Business tiers