Skip to main content

Example Usage

{
  detailedPredictionEventStats(
    input: {
      eventId: "67284:Polymarket:0xc5d563a36ae78145c45a50134d48a1215220f80a:137"
    }
  ) {
    eventId
    predictionEvent {
      question
      protocol
    }
    statsDay1 {
      statsCurrency {
        volumeUsd
      }
    }
  }
}

Field Descriptions

Required Fields

  • eventId (String!) - The unique identifier for the prediction event (e.g., 67284:Polymarket:0xc5d563a36ae78145c45a50134d48a1215220f80a:137)

Usage Notes

  • This input type accepts only the eventId field
  • Use this to fetch detailed statistics for a specific prediction event
  • Event IDs are unique identifiers in the format <venueId>:<protocol>:<address>:<networkId>
  • To find event IDs, use filterPredictionEvents or get them from the eventId field on prediction markets
  • The event must exist and have available data, otherwise the query returns null