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