backtest_info
Get backtest information for DCA, combo, and grid bots: list requests, fetch a specific request, access operation schema, or generate a payload template.
Instructions
Get backtest information: list requests, fetch a specific request, get operation schema, or build a payload template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Information target. requests: list all. request: fetch one. schema: operation schema. template: payload template. | |
| botType | Yes | Bot type | |
| fields | No | Field selection: preset ("minimal", "standard", "extended", "full") or comma-separated fields (e.g. "_id,uuid,settings.name,profit.total"). Default: "standard" | |
| page | No | Page number for pagination (1-based). Default: 1 | |
| id | No | Request ID (required for target="request") | |
| exchange | No | Exchange code for template (optional, default: binance) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||