cancel_order

cancel_order uuid

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

Arguments

StructureTypeDescription
uuidstringthe uuid of the order the user desires to cancel

Response

StructureTypeDescription
resultstringindicates the status of operation

📌 Examples

Command

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

Response (success)

{ "result": "success" }

Response (error)

{ "error": "Order with uuid 6a242691-6c05-474a-85c1-5b3f42278f42 is not found" }