get_my_trades
Retrieve a user's complete trade history, including both their created trades and trades on offers they own. Filter by trade state, type, or specific user ID.
Instructions
Get all trades for a user, including trades they created and trades on offers they own
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by state: active | cancelled | completed | expired | settled | |
| userId | No | External user ID. Defaults to your own user ID. | |
| tradeType | No | Filter by trade type: long | short |