Interface L1OrderBook

Level-1 order book data is limited to the best bid and ask for a market, including hybrid liquidity synthetic price levels.

interface L1OrderBook {
    sequence: number;
    lastPrice: null | string;
    markPrice: null | string;
    indexPrice: null | string;
}

Hierarchy

  • OrderBookBase
    • L1OrderBook

Properties

sequence: number

Most recent order book update sequence number reflected in the returned snapshot

lastPrice: null | string

Price of the last trade in quote terms

markPrice: null | string

Mark price

indexPrice: null | string

Index price