Skip to main content

Get Strategies History (MCP Tool)


Description

Deprecated

Use export_strategies_history tool instead.

Get historical trading strategies from WunderTrading (last 3 months only).

Returns a list of strategies with their current or final status within the last 3 months.

Warning

This tool is intended for browsing, recent activity lookup, and small filtered lookups. For deep analysis on big dataset use export_strategies_history tool.

Use to ask about:

  • browse strategy history
  • show recent strategies
  • inspect recent trading activity
  • list completed strategies
  • list canceled strategies
  • check strategy statuses
  • inspect one page of strategy history

Supports filtering by:

  • exchanges (exchange codes like BINANCE, BINANCE_DELIVERY, OKEX, BYBIT)
  • apiProfiles (specific API profile IDs)
  • statuses (new, entered, completed, canceled, cancelling, panic exited, panic exiting, unlinked, failed)
Prompt example

List recent completed strategies on Bybit

Prompt example

Get recent strategies on Binance Futures

Input Schema

The Input Schema Provided to LLM.

{
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "number",
"description": "Page number. Use next_page from previous response to load more results"
},
"limit": {
"type": "number",
"description": "Optional. Number of strategies to return (max 100, default 100)"
},
"exchanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of exchange codes (e.g. ['BINANCE','BINANCE_FUTURES','BYBIT'])"
},
"apiProfiles": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of API profile IDs / codes (e.g. ['142fs3ddd','2efsdfssdf','3565fdgsfs'])"
},
"statuses": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of statuses. Available: new,entered,completed,canceled,cancelling,panic_exited,panic_exiting,unlinked,failed. Example: ['new','completed'])"
}
},
"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.