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

# PredictionTradesInput

> Input type of `predictionTrades`.

<div data-generated>
  ## GraphQL

  ```
  input PredictionTradesInput {
    marketId: String
    eventId: String
    traderId: String
    limit: Int
    cursor: String
  }
  ```

  ### Used By

  **Used as input by**

  * [predictionTrades](/api-reference/queries/predictiontrades.md): Returns prediction trades with cursor-based pagination.
</div>
