delAll

Cancels all client orders or all client orders for instrument if specified

/delAll method makes sense only for makers, since taker's orders are processed immediately and a server does not store them.

POST api/delAll

{
    "instrument": "BTC-USD"
}

Request parameters

Field nameTypeDescription

instrument

string

Optional. Instrument filter

Response description

Filed nameTypeDescription

removed

unsigned int32

Number of cancelled orders

Last updated