> ## 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.

# TokenSparklineInput

> Input type of `tokenSparkline`.

<div data-generated>
  ## GraphQL

  ```
  input TokenSparklineInput {
    ids: [String!]!
    from: Int
    to: Int
    resolution: String
    fillMissingBars: Boolean
  }
  ```

  ### Used By

  **Used as input by**

  * [tokenSparklines](/api-reference/queries/tokensparklines.md): Returns a list of token simple chart data (sparklines) for the given tokens.
</div>
