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

PerpsPairStats

24h indexer-computed stats for a perps pair.

Definition

type PerpsPairStats = {
  pairId: string
  currentPrice: string | undefined
  price24HAgo: string | undefined
  volume24H: string
  priceChange24H: string | undefined
}

See also