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
Request parameters
Field name | Type | Description |
---|---|---|
instrument | string | Optional. Instrument filter |
Response description
Filed name | Type | Description |
---|---|---|
removed | unsigned int32 | Number of cancelled orders |
Last updated