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

delAll (authorized)

Cancels all pending orders for a specified instrument.

POST pending/delAll

{
    "clientId": int,
    "instrument": "string" (optional, if not specified then cancels all client pending orders)
}
{
    "removed": "int"
}
{
    "error": "int"
}

Last updated