Documentation Index
Fetch the complete documentation index at: https://krono.fabianpiper.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
This hook requires the
OrderbookProvider to be present in your component tree and history recording must be enabled (via historyEnabled). The number of snapshots available depends on maxHistoryLength.Import
Usage
Return Type
State
The current number of items in the buffer.
Helper indicating if the buffer contains zero snapshots.
Actions
Retrieves a specific snapshot by index.
Returns the entire array of snapshots currently in the buffer.
Returns the most recent snapshot in the history.
Related
Orderbook Core
Explore the underlying class logic and event emitters.
useOrderbookConfig
Configure
historyEnabled and maxHistoryLength to manage memory usage.useOrderbookPlayback
Use historical orderbook data to travel in time.
Kraken API
Explore the
book channel streams level 2 order book docs.
