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?