Skip to content

Developer Guide

Metapool provides a unified interface for prediction market liquidity. This guide explains the public integration points, data model, and execution lifecycle.

Note

These docs are actively evolving. Some sections may be outdated or differ from the current implementation.

Who should use this

  • Trading front-ends that want multi-venue routing.
  • Analytics platforms that need normalized data across prediction markets.
  • Strategy engines that rely on consistent market identities.

Integration surfaces

  1. Market metadata — normalized market listings and outcome identifiers.
  2. Pricing feeds — aggregated depth, price history, and implied probabilities.
  3. Execution plans — pre-trade routing plans with price, fee, and risk hints.
  4. Event streams — standardized order, fill, and settlement updates.

What is intentionally excluded

We do not expose internal operational workflows, privileged controls, or administrator-specific actions in public documentation. Integrations should rely solely on the public read and execution surfaces described in this guide.

Next steps