Quickstart Guide
Quickly establish a connection via websocket and start receiving streaming data and analytics.
Subscribing to the Endpoint
All subscriptions go through a single endpoint URL :
This endpoint is SSL encrypted and supported by a high capacity, low-latency C++ websocket implementation to reduce latency whilst maintaining security.
You can add your API key to gain access to your subscribed channels:
Channel subscriptions can be passed as part of the options parameters or can be sent separately after connecting to the WebSocket.
Full Implementation
Below is a working implementation subscribing to normalized trades on the BTC-PERPETUAL instrument at deribit:
Live Runnable Example (Node.js)
Live Runnable Example (Python)
Last updated