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.Import
Usage
Return Type
Returns aConnectionStatus string literal:
disconnected: The socket is idle or manually closedconnecting: A connection or subscription is in progressreconnecting: Reconnect after connection closedconnected: The socket is open and actively receiving heartbeat/dataerror: The connection failed or encountered an error
Examples
Blocking UI during Connection
Use the status to prevent user interaction while the orderbook is initializing.Related
Orderbook Core
Explore the underlying class logic and event emitters.
useOrderbookData
Access the live snapshot of the current orderbook.
useOrderbookHistory
Access historical orderbook data.
Kraken API
Explore the
book channel streams level 2 order book docs.
