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.
Getter and Setter for the active trading pair.
import { Orderbook } from '@krono/core'
// Get const currentPair = orderbook.symbol // Set (Triggers reconnects if active) orderbook.symbol = 'ETH/USD'
string
Was this page helpful?