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

# SymbolType

> SymbolType enum

<div data-generated>
  ## GraphQL

  ```
  enum SymbolType {
    TOKEN
    POOL
  }
  ```

  ### Used By

  **Used as input by**

  * [getBars](/api-reference/queries/getbars.md): Returns bar chart data to track price changes over time.
  * [getTokenEvents](/api-reference/queries/gettokenevents.md): Returns transactions for a pair.
</div>
