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.

ids
[String!]!
required
The contract address & networkId of the token, joined by a colon. ex: 0xbe042e9d09cb588331ff911c2b46fd833a3e5bd6:1
from
Int
The unix timestamp for the start of the requested range. Defaults to 1 week ago.
to
Int
The unix timestamp for the end of the requested range. Defaults to current time.
resolution
String
The time frame for each candle. Available options are 1S, 5S, 15S, 30S, 1, 5, 15, 30, 60, 240, 720, 1D, 7D. Defaults to 60 (1 hour)
fillMissingBars
Boolean
Whether to add empty bars to the response, populated with the previous bar’s value. Default is false

Used By

Used as input by
  • tokenSparklines: Returns a list of token simple chart data (sparklines) for the given tokens.