Export Strategy Orders History (MCP Tool)
Description
Based on: /docs/rest-api/get-history-strategies
Get export of historical trading orders for a specific WunderTrading strategy.
Returns a download url to get JSON file with past executed and related orders for a given strategy (profileStrategyId), such as entry orders, exits, and other trade actions.
Use to ask about:
- see past orders for a strategy
- review trade execution history
- analyze how a strategy performed
- inspect entries and exits of a specific trade
- perform analysis of strategy orders
Prompt example
Show history of orders for profile strategy id3423422
Prompt example
Analyze my exit orders for profile strategy id3423422
Input Schema
The Input Schema Provided to LLM.
Required: profileStrategyId
{
"inputSchema": {
"type": "object",
"properties": {
"profileStrategyId": {
"type": "string",
"description": "Required profile-specific strategy ID used to export order history. Example: 69427bcc690d5f842315543d"
}
},
"required": [
"profileStrategyId"
],
"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.