@somnia-chain/markets-sdk


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

Type Alias: PriceFeedStatus

PriceFeedStatus = "unwatched" | "hydrating" | "live"

Defined in: packages/sdk/src/priceFeed/types.ts:178

Per-asset watch state: "unwatched" (no active watch — live reads return null/empty), "hydrating" (snapshot/subscribe in progress), "live" (streaming; reads are current to the last pushed tick).