Skip to main content

AssetPriceSnapshot

@liquidium/client


@liquidium/client / AssetPriceSnapshot

Interface: AssetPriceSnapshot

Defined in: packages/client/src/modules/market/types.ts:73

Protocol prices with the time at which the SDK completed the fetch.

Properties

fetchedAt

fetchedAt: bigint

Defined in: packages/client/src/modules/market/types.ts:77

Unix timestamp in seconds when the SDK received the price response.


prices

prices: AssetPrices

Defined in: packages/client/src/modules/market/types.ts:75

USD price map keyed by market asset symbol.