Skip to main content

History

Description

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.

Use to ask about:

  • trading history
  • past strategies
  • completed or canceled strategies
  • recent trading activity
  • strategy statuses

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

Show my trading history.

Prompt example

List completed strategies.

Prompt example

Get 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.