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

delAll

Cancels all pending orders for a specified instrument.

POST pending/delAll

{
    "instrument": "string"
}
{
    "removed": "int"
}
{
    "error": "int"
}

Last updated