Close Strategy Market
Description
Close an active trading strategy at market price on WunderTrading.
This action will immediately close the position using a market order.
Use to ask about:
- close a position immediately
- exit a trade at market price
- stop a running strategy and close the position
Prompt example
Close strategy id342331
Prompt example
Market close my ETH id342331
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.