Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Method to establish the Kraken WebSocket connection.
import { Orderbook } from '@krono/core'
const orderbook = new Orderbook({ symbol: 'BTC/USD' }) await orderbook.connect()
Promise<void>
Was this page helpful?