Markets API
Get Market by ID
Get detailed information about a specific market
GET
Get Detailed Market Information
This endpoint retrieves comprehensive information about a specific market by its unique identifier. It provides all available details, including probability, volume, rules, and metadata.
Market ID Format
The market_id
parameter is typically in the format of platform_market-specific-identifier
. For example:
kalshi_KXSECPRESSMENTION-25JUN30-HOAX
polymarket_will-donald-trump-win-the-2024-us-presidential-election
Response Format
The response includes all available fields for the requested market:
JSON Fields Parsing
Note that some fields are returned as parsed JSON objects:
tags
: Array of tags associated with the marketplatform_ids
: Platform-specific identifiersstatus_details
: Detailed status informationsettlement_sources
: Sources used for market settlement
Error Responses
- 404 Not Found: Returned when the specified market_id doesn’t exist
- 500 Internal Server Error: Returned when there’s a server-side issue
Common Use Cases
- Market Detail Pages: Display comprehensive information about a specific market
- Market Tracking: Monitor changes to specific markets over time
- Trading Interfaces: Build custom trading interfaces with market details
- Data Analysis: Analyze specific markets in detail
Authorizations
Enter your API key as the bearer token
Path Parameters
Unique identifier for the market
Response
200
application/json
Market details