What Are Prediction Market Listings?
Prediction market listings describe the individual contracts available for trading on a prediction market exchange.
Each listing represents a specific market outcome and includes the metadata required to identify, display, and query that market. Depending on the exchange, listings may represent binary outcomes, multi-outcome markets, or other supported contract structures.
Applications use market listings as the entry point into prediction market data. Before retrieving trades, quotes, order books, or OHLCV data, developers first discover the available markets on an exchange and obtain their canonical market_id values.
FinFeedAPI provides a unified market discovery API that standardizes this process across supported prediction market exchanges. Developers can enumerate available markets, retrieve descriptive metadata, and use the returned identifiers consistently throughout the Prediction Markets API.
