discover
List available bots, indicators, and exchanges. Get bot details, sections, and indicator defaults for strategies.
Instructions
Discover bots, bot details, bot sections, indicators, or supported exchanges. Use this to learn available fields, defaults, and strategies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Discovery target. bots: list all. bot: details for one. botSections: list sections. indicators: list all. indicator: details for one. supportedExchanges: list all. | |
| botType | No | Bot type (required for bot/botSections) | |
| section | No | Section name for bot discovery (optional) | |
| type | No | Indicator type (required for target="indicator") | |
| action | No | Action filter for indicators (optional: "add", "close", "update") | |
| exchange | No | Exchange code for indicators (optional) |
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 | Discovery metadata for the requested target: bot schemas, bot sections, indicator schemas (object), or lists of bots/indicators/exchanges (array). | |
| meta | No | Pagination / result metadata, present on list-style responses. |