list_presets
Retrieve curated bot-strategy presets ranked by backtested performance. Compare ROI, drawdown, and full settings for short/mid/long tiers per coin.
Instructions
List curated bot-strategy presets, ranked by backtested performance. Each coin returns tiers (short/mid/long) × strategy (long/short) with ROI, drawdown, and the full strategy settings for review and comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botType | Yes | Bot type to list presets for | |
| coin | No | Filter to a single base asset, e.g. "BTC" (skips the closed-deals floor) | |
| exchange | No | Canonical exchange, e.g. "binance" (use with coin) | |
| strategy | No | Filter by direction (optional) | |
| limit | No | Max coins to return (default 10, max 50) | |
| summary | No | Omit the per-tier settings blob for a lightweight ranked list (default false) | |
| includeNoDeals | No | Include coins with fewer than the minimum closed deals (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | OK on success, NOTOK on a handled API error. | |
| reason | No | Error reason when status is NOTOK; null otherwise. | |
| data | No | Curated preset rows (one per coin), each with tiers × strategy, ROI, drawdown, and (unless summary) the full settings blob. | |
| meta | No | Pagination / result metadata, present on list-style responses. |