Skip to main content
Fetch detailed information for a specific prediction market, including optional price history and recent trades.

Endpoint

Path Parameters

string
required
The unique market identifier

Query Parameters

boolean
default:"false"
Include price history snapshots (up to 100 data points)
boolean
default:"false"
Include recent trades
number
default:"20"
Number of recent trades to return (max: 100). Only applies when trades=true

Response

object
Complete market details
array
Price history snapshots (only included if history=true)
array
Recent trades (only included if trades=true)

Rate Limit

100 requests per minute per IP address

Example Request

Example Response

200 - Success
200 - With History & Trades
404 - Market Not Found

Use Cases

Display Market Details

Build a Price Chart