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

# PredictionMarketPriceInput

> Input for fetching prediction market price data.

<div data-generated>
  ## GraphQL

  ```
  input PredictionMarketPriceInput {
    marketId: String!
    timestamp: Int
  }
  ```

  ### Used By

  **Used as input by**

  * [predictionMarketPrice](/api-reference/queries/predictionmarketprice.md): Returns price data for a prediction market at a specific timestamp or latest.
</div>
