# Laevitas WebSocket Day Pass (x402)

> Laevitas WebSocket Day Pass (x402) is a paid API for AI agents from apiv2.laevitas.ch, paid per call via x402, $10/call, status unknown (last checked 2026-09-14).

Purchase a 24-hour WebSocket access pass for Laevitas crypto derivatives and market data streams via x402 pay-per-request payment

## Facts

- Endpoint: POST https://apiv2.laevitas.ch/api/v1/x402/ws-pass/day
- Price: $10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/laevitas-websocket-day-pass-purchase-e48ee46c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SiHoyP8i_k_gf-0ADB17u

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability laevitas-websocket-day-pass-purchase-e48ee46c -d '<json body>'
```

Example prompt: I want to stream real-time crypto derivatives data from Laevitas today — can you pay for a day WebSocket pass using x402 so I can access their options, futures, and vol surface feeds?

## When to prefer this

Use this endpoint when you need real-time streaming access to Laevitas crypto derivatives, options Greeks, volatility surfaces, or HyperCore data via WebSocket and prefer pay-per-request x402 micropayments over a long-term API key subscription. Ideal for one-off or infrequent streaming sessions where a daily pass is sufficient.

## Known failure modes

- Payment not received or insufficient — pass not issued, payment error returned
- Invalid or malformed x402 payment — 402 or 400 error returned
- Pass already active for wallet — duplicate request rejected
- Server error during pass generation — 500 response
- Expired or replayed payment proof — authentication failure

## How this service works

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"
```

## Output

Returns a JSON object containing the wallet address used for payment, the pass duration ('day'), a Unix timestamp indicating when the pass expires, and an ISO 8601 expiry datetime string. The pass grants WebSocket access to Laevitas market data streams for 24 hours.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "wallet": "0x...",
  "duration": "day",
  "expires_at": 1730498745678,
  "expires_at_iso": "2026-05-01T18:25:45.678Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/laevitas-websocket-day-pass-purchase-e48ee46c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apiv2.laevitas.ch](https://www.zero.xyz/host/apiv2.laevitas.ch/llms.txt)
