Skip to main content

Running

All examples connect to live Kraken APIs.

Index

simple_ticker

Basic connection, events, shutdown

orderbook_stream

L2 orderbook with checksums

multi_symbol

Multiple trading pairs

futures_stream

Perpetuals, funding rates

market_maker

L3 orderbook, queue position

advanced_reconnect

Custom backoff, circuit breaker

simple_ticker

Basic connection with graceful shutdown:

orderbook_stream

Full orderbook display with depth levels:

multi_symbol

Track multiple symbols with change detection:

market_maker

L3 orderbook with queue position:

Full List