Changelog
All notable changes to the Kwery API. Dates reflect production deployment. Breaking changes are called out explicitly.
The source of truth for paths, parameters, and schemas is openapi.json.
2026-03-05 — Monthly credit budgets
- Free (Basic): 1,000,000 credits/month (was 150,000).
- Pro: 10,000,000 credits/month (was 1,500,000).
- Business: 50,000,000 credits/month (was 10,000,000).
See Plans & Pricing for the full comparison table.
2026-03-20 — Docs aligned with OpenAPI v1.6.x
Site documentation (kwery.xyz)
- Rewrote Snapshots for unified
GET /v1/snapshotsandGET /v1/snapshots/at(querysource,symbol,time; no path-style{id}in the public spec). - Order book: documented
/v1/polymarket/orderbook,/v1/kalshi/orderbook, and unified snapshots; removed references to a standaloneGET /v1/orderbook. - Status:
GET /v1/statusnow matches OpenAPI — optionallimitonly; responsestatus+ingestion[]. - Candles:
intervalrequired;sourceusesbinance(spot) per OpenAPI; Polymarkettoken_id/market_id; defaultlimit500, max 10000. - Markets: list filter query parameter
active(notis_active). - New doc pages: Flow, Ticker, Health, Platform routes.
- Oracle / derived: Oracle points to
source=chainlinkcandles; Derived notes/v1/derivedis not in the published OpenAPI.
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 snapshot list endpoints support cursor-based pagination (afterparameter) consistent with other endpoints. Theoffsetparameter is deprecated where noted in OpenAPI.
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