Laevitas Predictions Catalog is a paid API for AI agents from apiv2.laevitas.ch, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).
Returns a catalog of available prediction models and instruments for crypto derivatives markets
Professional market data API for crypto derivatives, spot markets, prediction markets, Hyperliquid HyperCore data, proprietary volatility surfaces, and analytics. ## Authentication Use an API key for authenticated REST requests: ```http X-API-Key: your-api-key-here ``` Most data endpoints also support x402 pay-per-request without an API key. | Resource | Path | | --- | --- | | OpenAPI JSON | `GET /openapi.json` | | x402 discovery | `GET /.well-known/x402` | | Changelog | `GET /api/v1/changelog` | | WebSocket docs | `GET /websocket` | ## REST Surfaces | Surface | Examples | | --- | --- | | Instruments | Cross-market contract reference data | | Futures | OHLCVT, trades, tickers, orderbook, liquidations, carry | | Perpetuals | OHLCVT, trades, funding, open interest, orderbook, liquidations | | Options | OHLCVT, trades, Greeks, volatility, flow, dealer GEX | | Vol Surface | Proprietary surface snapshots, slices, strikes, term structure, risk | | Spot | OHLCVT, ticker, trades, volume, L2 orderbook, snapshots | | Predictions | Polymarket instruments, categories, trades, ticker history | | Hyperliquid - HyperCore | Node-derived fills, liquidations, positions, funding, TWAPs, resting orders, L2 books | | Analytics | Realized volatility and derived metrics | ## Pagination Paginated endpoints return the cursor at `meta.next_cursor`. Pass that value back as the `cursor` query parameter to fetch the next page. ## WebSocket Streaming Real-time streams are documented at `/websocket`. | Data | Channel pattern | | --- | --- | | Trades | `trades.{market}.{exchange}.{instrument}` | | OHLC ticker | `ohlc.ticker.{market}.{exchange}.{instrument}.{timeframe}` | | OHLCVT | `ohlc.vt.{market}.{exchange}.{instrument}.{timeframe}` | Variables: `market` is one of `perpetuals`, `futures`, `options`, or `spot`; `timeframe` is one of `1m`, `5m`, `15m`, `1h`, `4h`, or `1d`. ## Quick Start ```bash curl "https://apiv2.laevitas.ch/api/v1/futures/ohlcvt?exchange=deribit&instrument_name=BTC-PERPETUAL" \ -H "X-API-Key: your-api-key-here" ```
A JSON object with a 'data' array listing available prediction catalog entries (instruments, exchanges, prediction types, resolutions) and a 'success' boolean flag.
GEThttps://apiv2.laevitas.ch/api/v1/predictions/catalogUse this endpoint when you need to discover what prediction instruments and models are available before querying actual prediction data; ideal as a first step to enumerate supported exchanges, instruments, and resolutions in the Laevitas predictions suite.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"exchange": "hyperliquid",
"resolution": "1h"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": [
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "algeria",
"instrument_name": "algeria-NO"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "algeria",
"instrument_name": "algeria-YES"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "argentina",
"instrument_name": "argentina-NO"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "argentina",
"instrument_name": "argentina-YES"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "australia",
"instrument_name": "australia-NO"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "australia",
"instrument_name": "australia-YES"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "austria",
"instrument_name": "austria-NO"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "austria",
"instrument_name": "austria-YES"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "belgium",
"instrument_name": "belgium-NO"
},
{
"category": "sports",
"exchange": "hyperliquid",
"event_slug": "belgium",
"instrument_name": "belgium-YES"
}
],
"total": 124,
"next_cursor": "eyJvZmZzZXQiOjEwfQ=="
}{
"type": "json",
"example": {
"data": [],
"success": true
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"