Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Cancel an existing order. A successful order cancellation will result in an execution report with the OrdStatus set to 4 (Cancelled). Unsuccessful cancellation requests will result in a business level reject message with the reason of the rejection.
header
required
MsgType F
11 - ClOrdID
string
required
Unique identifier for Order as assigned by the client. Must be <= 36 characters. UUIDs are recommended.
41 - OrigClordid
string
ClOrdID(11) of the previous non-rejected order. One of ClOrdID or OrderID is required at least for the cancellation to be accepted.
55 - Symbol
string
required
The symbol of the currency pair to place an order on in the format BASE-QUOTE.
54 - Side
integer
required
Side of the order.
    Possible values:
  • 1 : Buy
  • 2 : Sell
60 - TransactTime
string
required
Time of order cancellation expressed in UTC. Format: YYYYDD-HH:MM:SS.uuu
trailer
required