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