get_trade_history
Retrieve historical Polymarket trades for a wallet or market, with pagination and details including price, share size, side, and timestamp.
Instructions
Retrieve the historical log of executed trades associated with a specific user or market.
Provides chronological records of executed trades, detailing transaction price, share size, designated side, and timestamp.
Args: user (Optional[str]): The wallet address to query historical trades for. market (Optional[str]): Filter results by a specific market condition ID. limit (Optional[int]): The maximum number of paginated results to return. offset (Optional[int]): The pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | ||
| limit | No | ||
| market | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |