@somnia-chain/markets-sdk / index / BinaryOrderBook
Interface: BinaryOrderBook
Defined in: reads.ts:55
Both books for a market, 4-sided. NO levels are the YES book inverted into NO terms (price = 1 − yesPrice), matching BinaryPool's pricing.
Properties
yesBids
yesBids:
BookLevel[]
Defined in: reads.ts:56
yesAsks
yesAsks:
BookLevel[]
Defined in: reads.ts:57
noBids
noBids:
BookLevel[]
Defined in: reads.ts:58
noAsks
noAsks:
BookLevel[]
Defined in: reads.ts:59