@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
TheOrderbook class is the main entry point for real-time market data.
create-orderbook.ts
AssetPairs
TheAssetPairs class handles fetching available trading pairs and their metadata (like icons and display names).
create-assets.ts

