{s}omniamarkets

@somnia-chain/markets-sdk


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

Interface: UnifiedPrice

Defined in: unified/structs.ts:224

A realtime price snapshot for one asset (the on-chain EMA oracle feed).

Properties

symbol

symbol: string

Defined in: unified/structs.ts:226

Asset symbol, e.g. "BTC", "ETH".


price

price: number

Defined in: unified/structs.ts:228

Latest price, human units.


ema

ema: number

Defined in: unified/structs.ts:230

Latest EMA (exponential moving average) price, human units.


timestamp

timestamp: number

Defined in: unified/structs.ts:232

Block timestamp of the latest observation (ms).


datetime

datetime: string

Defined in: unified/structs.ts:234

ISO-8601 of timestamp.


info

info: unknown

Defined in: unified/structs.ts:236

The native LivePrice row (raw 1e18 strings + block metadata).