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

# PredictionTraderHoldingsInput

> Input for `predictionTraderHoldings` query.

export const walletAddress_0 = undefined

export const protocol_0 = undefined

<div data-generated>
  ## GraphQL

  ```
  input PredictionTraderHoldingsInput {
    traderId: String!
    limit: Int
    cursor: String
  }
  ```

  ### Used By

  **Used as input by**

  * [predictionTraderHoldings](/api-reference/queries/predictiontraderholdings.md): Returns all prediction token holdings for a specific trader.
</div>
