Skip to main content
The @krono/core SDK makes it easier to connect to the Kraken Websocket API and store / retrieve historical data for time traveling. You can find the @krono/core SDK source code on Github. To get started, install the required packages.

Orderbook

The Orderbook class is the main entry point for real-time market data.
create-orderbook.ts
OrderbookConfigOptions
required
The configuration object to initialize the orderbook.View full Orderbook Configuration

AssetPairs

The AssetPairs class handles fetching available trading pairs and their metadata (like icons and display names).
create-assets.ts
AssetPairsConfig
Configuration for the asset fetcher.View full AssetPairs Configuration