|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Internet and Network > MCP. - MCP (Model-Context Protocol) server operations > KRAKEN API - Cryptocurrency Trading > KRAKEN.CancelOrder - Cancel Order |
Cancels an open order by its transaction ID.
Syntax:
KRAKEN.CancelOrder|$$TXID|$$RET_VAR
Parameters:
$$TXID (String, required) - Transaction ID of the order to cancel.
$$RET_VAR (Variable, required) - Variable to receive result.
Example:
KRAKEN.CancelOrder|OABC123DEF456|result