config.history
Retrieve past copy trades from the database with filters by trader address or status. View trade details including entry price, P&L, and market information.
Instructions
Retrieve past copy trades from the database with optional filters by trader address or status. Returns trade details including entry price, P&L, and market info. Pro feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of trades to return | |
| trader | No | Filter by trader wallet address (0x...) | |
| status | No | Filter by trade status: open, closed, or won |