get_user_trades_by_instrument
Fetch trade history for a chosen instrument by name, returning price, size, fees, underlying price, and IV for each fill. Use it to review your past trades on a specific option or perpetual.
Instructions
Get trade history for a SPECIFIC instrument. Preferred when you know the instrument name (e.g. 'show me my fills on ETH_USDC-27MAR26-2400-C'). Returns price, size, fees, underlying price and IV at time of trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of trades to return (1-1000, default 100) | |
| sorting | No | Sort order | |
| end_timestamp | No | End timestamp in ms | |
| instrument_name | Yes | e.g. 'ETH_USDC-27MAR26-2400-C', 'ETH_USDC-PERPETUAL' | |
| start_timestamp | No | Start timestamp in ms |