@somnia-chain/markets-sdk / index / UnifiedPrice
Interface: UnifiedPrice
Defined in: packages/sdk/src/unified/structs.ts:488
A realtime price snapshot for one asset (the on-chain EMA oracle feed).
Properties
symbol
symbol:
string
Defined in: packages/sdk/src/unified/structs.ts:490
Asset symbol, e.g. "BTC", "ETH".
price
price:
number
Defined in: packages/sdk/src/unified/structs.ts:492
Latest price, human units.
ema
ema:
number
Defined in: packages/sdk/src/unified/structs.ts:494
Latest EMA (exponential moving average) price, human units.
timestamp
timestamp:
number
Defined in: packages/sdk/src/unified/structs.ts:496
Block timestamp of the latest observation (ms).
datetime
datetime:
string
Defined in: packages/sdk/src/unified/structs.ts:498
ISO-8601 of timestamp.
info
info:
unknown
Defined in: packages/sdk/src/unified/structs.ts:500
The native LivePrice row (raw 1e18 strings + block metadata).