Skip to main content

KROVN Data API

One API for all crypto intelligence. Derivatives, regime detection, and cross-asset correlation across 100 coins with 2 years of history.

What KROVN provides

  • OHLCV Candles — 1h and 1d intervals, 100 coins, 2+ years
  • Funding Rates — Current and historical settlement rates
  • Open Interest — Snapshots, velocity, momentum, implied leverage
  • Liquidations — Real events, predicted zones, cascade simulation, fusion scoring
  • Regime Detection — HMM-based market regime with probabilities
  • Cross-Asset — S&P 500, Gold, DXY correlations with BTC
  • Data Quality — Real-time freshness and coverage scoring
  • Options — Deribit BTC/ETH max pain, put/call ratio, IV

Base URL

https://krovn.io/api/v1

Quick Start

# Get current regime
curl https://krovn.io/api/v1/regime

# Get BTC intelligence (all-in-one)
curl https://krovn.io/api/v1/intelligence?symbol=BTCUSDT

# Get funding rates
curl https://krovn.io/api/v1/funding/current

Response Format

All endpoints return JSON. Successful responses return data directly:
{
  "regime": "ACCUMULATION",
  "confidence": 0.82,
  "score": 47
}
Error responses include an error field:
{
  "error": "Invalid symbol"
}
KROVN is currently in beta. The API is free during beta. Create an account at krovn.io/app to get your API key.