Get Trade History
polymarket.trading.historyRetrieve trade history on Polymarket. Filter by market condition ID and set a maximum number of results up to 100.
Instructions
Get trade history on Polymarket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | No | Filter trades by market condition ID | |
| limit | No | Max number of results (1-100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |