@somnia-chain/markets-sdk / index / BinaryBookParams
Interface: BinaryBookParams
Defined in: packages/sdk/src/orders.ts:327
A binary pool's order-book increments, as the pool reports them.
Properties
tickSize
tickSize:
bigint
Defined in: packages/sdk/src/orders.ts:329
Price increment, raw collateral units per whole outcome token.
minQuantity
minQuantity:
bigint
Defined in: packages/sdk/src/orders.ts:331
Minimum order quantity, raw outcome-token units.
lotSize
lotSize:
bigint
Defined in: packages/sdk/src/orders.ts:333
Quantity increment, raw outcome-token units.