For the complete documentation index, see llms.txt. This page is also available as Markdown.

[DEPRECATED] del

Cancels a specific pending order

POST pending/del

The method is similar to api/del

{
    "orderId": "int",
    "clientOrderId": "int"
}
{
    "id": int,
    "remainingSize": int
}
{
    "error": "int"
}

Last updated