trading_paper_trades
Retrieve paper trading session results to analyze simulated trades, track performance metrics, and review execution data for strategy evaluation.
Instructions
Get trades executed in a paper trading session.
Args: session_id: Session ID limit: Maximum number of trades to return (default: 100) offset: Offset for pagination (default: 0)
Returns: Dict with total_trades and trades list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||