Interface GetOrderBookBase

Base Type

This is generally not meant to be used directly by SDK users, they are used to augment interfaces with common parameters & documentation.

interface GetOrderBookBase {
    market: string;
    level?: 1 | 2;
}

Hierarchy (view full)

Properties

Properties

market: string

Base-quote pair e.g. 'ETH-USD'

level?: 1 | 2

Level of order book, 1 or 2.

Default Value

1