Skip to main content

Import

import { Orderbook } from '@krono/core'

Usage

Access the array of snapshots stored in the buffer.
const snapshots = orderbook.history;

Type

OrderbookData[]