Get Strategy
Description
Based on: /docs/rest-api/get-strategies-id
Get a trading strategy from WunderTrading by ID or clientId.
Returns detailed information about a specific strategy, including its status and parameters.
Use to ask about:
- a specific strategy
- strategy status
- strategy details
- check a trade or position by ID
Prompt example
Show strategy 12345
Prompt example
Check my trade status mega-omega~client-id-123
Input Schema
The Input Schema Provided to LLM.
Required: id
{
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Strategy ID or clientId"
}
},
"required": [
"id"
],
"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.