Skip to main content

Import

import { Orderbook } from '@krono/core'

Usage

Defines how deep the Kraken subscription should be.
Changing this value while connected will trigger a reconnection.
// valid values: 10, 25, 100, 500, 1000
orderbook.depth = 100

Type

10 | 25 | 100 | 500 | 1000