HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2

OPERATE · MODULE 15

Prediction Markets

Discover prediction contracts and inspect their rules, lifecycle, performance, and participant-facing state without implying trading availability.

BUSINESS CASES

Where this module fits

  • prediction discovery
  • contract detail review
  • performance and outcome monitoring

PRIMARY CONSUMERS

Who integrates it

  • prediction applications
  • research users
  • market-data agents

PREREQUISITES

What must exist first

  • a supported jurisdiction and market state
  • explicit eligibility for any future mutation

RECOMMENDED WORKFLOW

Compose the module safely.

  1. 01

    list or search prediction contracts

  2. 02

    inspect rules, dates, oracle, and lifecycle

  3. 03

    monitor performance and authoritative resolution evidence

MODULE CONTRACTS

Every mapped endpoint

Each operation states whether its request shape is authoritative in OpenAPI, reviewed as a planning profile, or intentionally left as an outline pending an owner schema.

GETGet all predictions/api/v2/prediction/allPlanned capability: list all predictions through the authoritative prediction service boundary.POSTCreate new prediction/api/v2/prediction/createPlanned capability: apply the requested transition to new prediction through the authoritative prediction service boundary.GETGet prediction details/api/v2/prediction/detailsPlanned capability: list prediction details through the authoritative prediction service boundary.GETGet prediction performance/api/v2/prediction/performancePlanned capability: list prediction performance through the authoritative prediction service boundary.