> For the complete documentation index, see [llms.txt](https://falcon-bot.gitbook.io/falcon-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://falcon-bot.gitbook.io/falcon-api/market-data/markets.md).

# Markets

Markets represent the core trading units of prediction markets. Each market corresponds to a specific event or question that users can trade on.

Through these endpoints, developers can retrieve key market information such as:

* Market tickers and titles
* Market status (active or finalized)
* Trading volume and liquidity data
* Market lifecycle timestamps (open, close, expiration)

This data can be used to discover markets, monitor trading activity, and power analytics or automation systems.

***

## Available Platforms

Falcon currently supports retrieving market data from the following platforms.

### Polymarket Markets

Retrieve **Polymarket market listings** and filter markets using parameters such as:

* market slug
* minimum volume
* market status (open or closed)
* market end dates

➡ See [**Polymarket Markets**](/falcon-api/market-data/markets/polymarket-markets.md) for endpoint details, available filters, and response fields.

### Kalshi Markets

Retrieve **Kalshi market listings** using filters such as:

* market ticker
* event ticker
* market status
* closing timestamps

➡ See [**Kalshi Markets**](/falcon-api/market-data/markets/kalshi-markets.md) for endpoint details, filters, and response formats.

***

## Common Use Cases

The Markets endpoints are useful for building applications that interact with prediction market listings.

Common use cases include:

* Discover active prediction markets
* Build market dashboards and analytics tools
* Monitor market lifecycle and trading activity
* Prepare market data for trading or automation systems
* Track market status and expiration timelines
