{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / SeriesOnchain

Interface: SeriesOnchain

Defined in: marketCreatorAdmin.ts:178

One Series' live on-chain config (mirror of the Series struct).

Properties

collateral

collateral: `0x${string}`

Defined in: marketCreatorAdmin.ts:180

Per-series collateral ERC-20.


asset

asset: string

Defined in: marketCreatorAdmin.ts:186

Display ticker (e.g. "BTC" — NOT a pair). Doubles as the exchange base symbol for the USDT-quoted candle sources built per roll, so it must match the spot listing on the source exchanges (Binance/OKX/…).


numericDecimals

numericDecimals: number

Defined in: marketCreatorAdmin.ts:188

Decimal precision of the oracle's numeric price answer.


intervalSec

intervalSec: number

Defined in: marketCreatorAdmin.ts:190

Roll interval in seconds; 0 means the series was never registered.


settlementWindow

settlementWindow: number

Defined in: marketCreatorAdmin.ts:192

Post-expiry settlement window in seconds.