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

# ChartUrlsResponse

> The response type for a chart url query.

<div data-generated>
  ## GraphQL

  ```
  type ChartUrlsResponse {
    pair: ChartUrl!
  }

  type ChartUrl {
    url: String!
  }
  ```

  ### Used By

  **Returned by**

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