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

# PredictionTraderMarketsStatsInput

> Input type of `predictionTraderMarketsStats`.

<div data-generated>
  ## GraphQL

  ```
  input PredictionTraderMarketsStatsInput {
    traderId: String!
    limit: Int
    cursor: String
    marketIds: [String!]
  }
  ```

  ### Used By

  **Used as input by**

  * [predictionTraderMarketsStats](/api-reference/queries/predictiontradermarketsstats.md): Returns per-market performance stats for a specific trader.
</div>
