https://api.synthdata.coAll endpoints require the following header:
Authorization: Apikey YOUR_API_KEYGet probabilistic price forecasts from miners.
GET /v2/prediction/best
Predictions from top-ranked miner (simplest)
GET /v2/prediction/latest
Predictions from specific miners
GET /v2/prediction/historical
Historical predictions
Discover top-performing miners.
GET /v2/leaderboard/latest
Current miner rankings
Example request:
curl "https://api.synthdata.co/v2/leaderboard/latest?asset=BTC&days=14&limit=10" \
-H "Authorization: Apikey YOUR_API_KEY"Advanced analytics derived from predictions.
GET /insights/volatility
Volatility metrics
GET /insights/volatility-percentiles
Price distribution percentiles
GET /insights/option-pricing
Theoretical option prices
GET /insights/liquidation
Liquidation probabilities
GET /insights/lp-bounds
LP range optimization
GET /insights/lp-bounds-chart
Price level probabilities
GET /insights/polymarket/range
Polymarket range comparison
GET /insights/polymarket/up-down/hourly
Hourly up/down comparison
GET /insights/polymarket/up-down/daily
Daily up/down comparison