Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codex.io/llms.txt

Use this file to discover all available pages before exploring further.

pairAddress
String!
The contract address for the pair.
networkId
Int!
The network ID the pair is deployed on.
pairId
String!
The ID for the pair (pairAddress:networkId).
timestamp
Int!
The unix timestamp for the new bar.
eventSortKey
String!
The sortKey for the bar (blockNumber#transactionIndex#logIndex, zero padded). For example, 0000000016414564#00000224#00000413.
aggregates
UnconfirmedResolutionBarData!
Price data broken down by resolution. See UnconfirmedResolutionBarData
quoteToken
QuoteToken
The quote token within the pair. See QuoteToken
quoteTokenAddress
String!
The address of the token being quoted

Used By

Returned by
  • onUnconfirmedBarsUpdated (deprecated): Deprecated unconfirmed live-streamed bar chart data to track price changes over time. Use onBarsUpdated instead. (Solana only)