Developer

Table of Content

Market Data Access

Describes how developers can access market data to build analytics, dashboards, and forecasting tools.

Market Data Access

Developers can access prediction market data from the Mantic protocol to build applications, analytics tools, and external integrations.

Market data allows developers to observe market activity, analyze probability movements, and create interfaces that display prediction market information.

Applications built on Mantic may use market data for a variety of purposes, including

• market analytics platforms
• forecasting dashboards
• trading interfaces
• research and data analysis tools
• ecosystem integrations

By accessing market data, developers can create new ways for users to explore and understand prediction markets.

Available Market Data

Prediction market data may include a range of information about active markets and market outcomes.

Examples of accessible data may include

• market identifiers and titles
• market status and lifecycle stage
• outcome prices and probabilities
• trading activity and market updates
• timestamps and resolution deadlines

This information helps developers build tools that monitor and visualize market behavior.

Example Market Data Request

Applications may retrieve market data using simple API requests.

Example request

GET /markets/{market_id}
GET /markets/{market_id}
GET /markets/{market_id}

Example response structure

{
  "market_id": "market_001",
  "title": "Will Ethereum reach $5,000 in 2026?",
  "status": "active",
  "yes_price": 0.58,
  "no_price": 0.42,
  "resolution_date": "2026-12-31"
}
{
  "market_id": "market_001",
  "title": "Will Ethereum reach $5,000 in 2026?",
  "status": "active",
  "yes_price": 0.58,
  "no_price": 0.42,
  "resolution_date": "2026-12-31"
}
{
  "market_id": "market_001",
  "title": "Will Ethereum reach $5,000 in 2026?",
  "status": "active",
  "yes_price": 0.58,
  "no_price": 0.42,
  "resolution_date": "2026-12-31"
}

This example demonstrates how applications may retrieve data for a specific prediction market.

Building With Market Data

Developers can use market data to build a wide range of applications within the Mantic ecosystem.

Examples include

• market monitoring dashboards
• probability tracking tools
• prediction analysis platforms
• market discovery interfaces
• research and forecasting tools

These applications help expand how prediction markets are explored and interpreted.

Future Data Access

As the Mantic ecosystem evolves, additional market data endpoints and developer resources may become available.

Future improvements may include

• expanded market data APIs
• historical market datasets
• developer integration guides
• additional developer tooling

These resources aim to support a growing ecosystem of developers building around the Mantic prediction market protocol.