Skip to main content

Interface: RouterOpenPositionParam

Represents the parameters for opening a position using the ChromaticRouter.

Properties

makerMargin

makerMargin: bigint

The margin required for the maker

Defined in

packages/sdk-viem/src/entities/ChromaticRouter.ts:25


maxAllowableTradingFee

maxAllowableTradingFee: bigint

The maximum allowable trading fee

Defined in

packages/sdk-viem/src/entities/ChromaticRouter.ts:27


quantity

quantity: bigint

The quantity of the position

Defined in

packages/sdk-viem/src/entities/ChromaticRouter.ts:21


takerMargin

takerMargin: bigint

The margin required for the taker

Defined in

packages/sdk-viem/src/entities/ChromaticRouter.ts:23