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

# ChartImageOptions

> Input options for the chart image.

<div data-generated>
  ## GraphQL

  ```
  input ChartImageOptions {
    expirationSeconds: Int
    width: Int
    height: Int
  }
  ```

  ### Used By

  **Used as input by**

  * [chartUrls](/api-reference/queries/charturls.md): Returns a URL for a pair chart.
</div>
