Skip to content

Lucid SDK API


Lucid SDK API / OrderBook

Interface: OrderBook

Defined in: src/types/index.ts:98

Interface representing the Order Book for a symbol.

Properties

asks

asks: OrderBookEntry[]

Defined in: src/types/index.ts:101


bids

bids: OrderBookEntry[]

Defined in: src/types/index.ts:100


lastUpdateId

lastUpdateId: number

Defined in: src/types/index.ts:99