get_trades
Retrieve recent trade history across all brokerage accounts, with optional filters for broker and symbol. Returns newest trades first to review activity quickly.
Instructions
Trade history across all accounts (the most recent window each broker exposes). Optionally filter by broker id and/or symbol; newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max trades to return (default 100) | |
| broker | No | Broker id to filter by | |
| symbol | No | Symbol to filter by, e.g. 'BTC' or 'AAPL' |