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

# OnPredictionTradesCreatedInput

> Input for `onPredictionTradesCreated`.

<div data-generated>
  ## GraphQL

  ```
  input OnPredictionTradesCreatedInput {
    marketId: String
    eventId: String
    traderId: String
  }
  ```

  ### Used By

  **Used as input by**

  * [onPredictionTradesCreated](/api-reference/subscriptions/onpredictiontradescreated.md): Streams new prediction trades as they are ingested.
</div>
