Skip to main content
The asset pairs configuration supports controlling how Orderbook.Root fetches and manages trading pair metadata from the Kraken API.

Basic Configuration

Configuration Options

autoFetch

Automatically fetch asset pair metadata when the component mounts. Type: boolean Default: false

topN

Limit stored asset pairs to the top N pairs. Type: number Default: undefined (all pairs)

debug

Enable logging for asset pairs operations. Type: boolean Default: false

Performance

Fine-tune update frequency with throttling and debouncing options.

History

Enable snapshot tracking and playback features for historical analysis and debugging.

Orderbook

Configure the core orderbook behavior.

Overview

See all configuration options in one place with complete TypeScript types and defaults.