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

# SparklineValue

> A value in a sparkline.

<div data-generated>
  ## GraphQL

  ```
  type SparklineValue {
    timestamp: Int!
    value: Float!
  }
  ```

  ### Used By

  **Returned by**

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