Skip to main content

Import

import { Orderbook } from '@krono/core'

Usage

Controls the size of the asks and bids arrays in the output data.
// Only show top 5 bids/asks
orderbook.limit = 5

Type

number