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

# TokenInput

> Input type of `token` and `tokens`.

<div data-generated>
  ## GraphQL

  ```
  input TokenInput {
    address: String!
    networkId: Int!
  }
  ```

  ### Used By

  **Used as input by**

  * [token](/api-reference/queries/token.md): Returns a single token by its address & network id.
  * [tokens](/api-reference/queries/tokens.md): Returns a list of tokens by their addresses & network id, with pagination.
</div>
