Get Market Metadata
Markets
Get Market Metadata
Retrieve detailed metadata for a specific market within an event
GET
Get Market Metadata
Overview
The/api/events/{slug}/market-metadata endpoint retrieves detailed metadata for a specific market (condition) within an event. This includes market configuration, resolution details, and status information.
Request
Path Parameters
The event slug identifier (e.g.,
bitcoin-price-above-100k).Query Parameters
The condition ID (market identifier) to retrieve metadata for. This is the blockchain contract address for the market.
Response
Market metadata object, or
null if not found.Unique market identifier (blockchain condition ID).
Market question or title.
URL-friendly market identifier.
Abbreviated market title for display in compact spaces.
Detailed market question text.
Market-specific rules and settlement criteria.
Source used for resolving the market (e.g., “CoinGecko”, “ESPN”).
URL to the resolution source.
Ethereum address of the market resolver.
ISO 8601 timestamp when the market closes for trading.
Whether the market is currently accepting trades.
Whether the market has been resolved.
Whether this market uses negative risk (profit-only) mechanics.
ID of the associated negative risk market if applicable.
Total trading volume in USDC.
Trading volume in the last 24 hours in USDC.
Blockchain condition details.
Condition contract address.
Oracle contract address.
Question identifier used by the oracle.
Number of possible outcomes.
Whether the condition has been resolved on-chain.
Current resolution status (e.g., “pending”, “confirmed”, “disputed”).
Final settlement price if resolved.
Whether the resolution has been flagged for review.
Whether resolution is currently paused.
ISO 8601 timestamp of the resolution deadline.
Total trading volume for this condition in USDC.
Current open interest (total value locked) in USDC.
Number of active trader positions.
ISO 8601 timestamp of market creation.
ISO 8601 timestamp of last update.
Example Request
cURL