> 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/trade-data/trades.md).

# Trades

Trades represent individual executions where participants buy or sell shares on a specific market outcome. Each trade record contains detailed information such as price, trade size, direction, timestamps, and wallet identifiers.

Trade data can be used for analyzing market activity, tracking wallet behavior, building trading dashboards, and powering analytics systems.

***

## Available Platforms

Falcon currently supports retrieving trade data from the following platforms.

### Polymarket Trades

Retrieve historical trade data from **Polymarket** using filters such as:

* market slug
* wallet address
* condition ID
* trade direction
* time range

This endpoint is useful for analyzing on-chain market activity and wallet trading behavior on Polymarket.

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

### Kalshi Trades

Retrieve trade data from **Kalshi** markets using filters such as:

* ticker
* trade timestamps

This endpoint provides historical contract trading data for Kalshi prediction markets.

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

***

## Common Use Cases

The Trades endpoints can be used for a variety of analytics and trading applications.

* Analyze historical trading activity
* Track wallet trading behavior
* Build trading dashboards and analytics tools
* Monitor price movement and liquidity over time
* Verify trades against on-chain transactions
