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

PairStats

24h indexer-computed stats for a spot pair.

Definition

type PairStats = {
  quoteDenom: Denom
  baseDenom: Denom
  currentPrice: string | undefined
  price24HAgo: string | undefined
  volume24H: string
  priceChange24H: string | undefined
}

Fields

currentPrice — current price (latest fill).

price24HAgo — price 24 hours ago.

volume24H — total volume over the last 24 hours.

priceChange24H — relative change vs 24 hours ago.

Any field may be undefined if the indexer lacks data.

See also