Get Live Strategies
Description
Based on: /docs/rest-api/get-strategies-live
Get live trading strategies from WunderTrading.
This returns active and recent strategies from the Cabinet Positions page, sorted by creation time (newest first).
Use to ask about:
- see current active strategies
- view open positions or running strategies
- check strategy statuses (entered, new, completed, etc.)
- list strategies for further actions (close, cancel, modify)
Filters:
- exchanges: filter by exchange codes (e.g., BINANCE, BYBIT)
- apiProfiles: filter by specific account/profile IDs
- statuses: filter by strategy status (e.g., entered, new, completed)
Prompt example
Get live strategies
Prompt example
Get BINANCE open strategies
Input Schema
The Input Schema Provided to LLM.
{
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "integer",
"description": "Page number to fetch. Start with 1. If continuing pagination, use the next_page value from the previous response. Do NOT pass next_page directly."
},
"limit": {
"type": "integer",
"description": "Number of strategies to return (1–100). Use smaller values for concise responses."
},
"exchanges": {
"type": "string",
"description": "Optional filter by exchange codes, comma-separated with no spaces. Example: BINANCE,BYBIT"
},
"apiProfiles": {
"type": "string",
"description": "Optional filter by API profile IDs, comma-separated with no spaces"
},
"statuses": {
"type": "string",
"description": "Optional filter by strategy status. Allowed values: new, entered, completed, canceled, cancelling, panic_exited, panic_exiting, unlinked, failed. Multiple values comma-separated with no spaces"
}
},
"additionalProperties": false
}
}
We are continuously improving the platform, and new endpoints and features will be added soon to make your automated trading more flexible and efficient.