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
- Market metadata — normalized market listings and outcome identifiers.
- Pricing feeds — aggregated depth, price history, and implied probabilities.
- Execution plans — pre-trade routing plans with price, fee, and risk hints.
- 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
- Read the Integration Concepts to understand routing and market clustering.
- Review the Data Model for the normalized schema.