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

# GetPriceInput

> Input type of `getTokenPrices`.

<div data-generated>
  ## GraphQL

  ```
  input GetPriceInput {
    address: String!
    networkId: Int!
    timestamp: Int
    poolAddress: String
    blockNumber: Int
  }
  ```

  ### Used By

  **Used as input by**

  * [getTokenPrices](/api-reference/queries/gettokenprices.md): Returns real-time or historical prices for a list of tokens, fetched in batches.
</div>
