On this page

latest contributor to this doc

Last Edit:

@smk762↗

Cancel Order

API-v1cancel_order

The cancel_order method cancels the active order created by the Komodo DeFi Framework API node.

ParameterTypeRequiredDescription
uuidstring✓The uuid of the order the user desires to cancel

ParameterTypeDescription
resultstringIndicates the status of operation

cancel_order

POST
cancel_order
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "cancel_order",
  "uuid": "6a242691-6c05-474a-85c1-5b3f42278f41"
}