Interface RestRequestGetOrderBookLevel2

GET Order Books

See

interface RestRequestGetOrderBookLevel2 {
    market: string;
    level?: 2;
    limit?: number;
}

Hierarchy (view full)

Properties

Properties

market: string

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

level?: 2

Level of order book, 1 or 2.

Default Value

1

limit?: number
  • Number of bids and asks to return, only applicable for level: 2 data.
  • 0 returns maximum of 500 price levels per side

Inherit Doc

Default Value

50