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.

The Order Cancel-Replace Request message (MsgType=G) is used to amend the price, quantity, or markets of an existing order.
header
required
MsgType G
11 - ClOrdID
string
required
Unique identifier for Order as assigned by the client. Must be <= 36 characters. UUIDs are recommended.
41 - OrigClordid
string
required
ClOrdID(11) of the previous non-rejected order.
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
40 - OrdType
char
required
The execution model of the order.
    Possible values:
  • 1 : market
  • 2 : Limit
  • A : LimitAllIn
38 - OrderQty
float
required
Order quantity in terms of the base asset.
44 - Price
float
Limit price of the order to be placed in the Order Book. Required when OrderType=Limit/LimitAllIn.
60 - TransactTime
string
required
Business timestamp for this request. Format: YYYYMMDD-HH:MM:SS.uuu
trailer
required