Skip to main content

Module websocket

Module websocket 

Source
Expand description

WebSocket client implementations for Kraken APIs.

This module provides WebSocket clients for real-time market data streams:

  • spot_v2: Kraken Spot WebSocket v2 API
  • futures: Kraken Futures WebSocket v1 API

Modulesยง

dispatch
WebSocket execution dispatch for the Kraken Spot and Futures clients.
error
Error types for Kraken WebSocket client operations.
futures
Kraken Futures WebSocket v1 API client implementation.
spot_v2
Kraken Spot WebSocket v2 API client implementation.