Skip to main content

Interface: PositionParam

Represents the parameters of a Chromatic position.

Properties

claimTimestamp

Optional claimTimestamp: bigint

The timestamp when the position was claimed

Defined in

packages/sdk-viem/src/entities/ChromaticPosition.ts:26


id

Optional id: bigint

The position identifier

Defined in

packages/sdk-viem/src/entities/ChromaticPosition.ts:18


makerMargin

makerMargin: bigint

The amount of maker's margin

Defined in

packages/sdk-viem/src/entities/ChromaticPosition.ts:22


openTimestamp

openTimestamp: bigint

The timestamp when the position was opened

Defined in

packages/sdk-viem/src/entities/ChromaticPosition.ts:24


qty

qty: bigint

The quantity of the position

Defined in

packages/sdk-viem/src/entities/ChromaticPosition.ts:28


takerMargin

takerMargin: bigint

The amount of collateral that a trader must provide

Defined in

packages/sdk-viem/src/entities/ChromaticPosition.ts:20