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