Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Price

An oracle price entry — current price, EMA, precision, and timestamp.

Definition

type Price = {
  humanizedPrice: string
  humanizedEma: string
  precision: number
  timestamp: number
}

Fields

humanizedPricestring. Price of one human-unit of the token (e.g. price of 1 ATOM, not 1 uatom).

humanizedEmastring. Exponential moving average of the humanized price.

precisionnumber. Decimal places of the token (e.g. 6 for bridge/usdc).

timestampnumber. Unix timestamp (seconds) of the price.

See also