Skip to main content
POST
Cancel a single order
Cancel a single open order by id. Returns the unfilled and filled amounts at cancellation time.

Request

POST /session/cancel
string
required
Order id to cancel.

Response

object

Example

Errors

Authorizations

Authorization
string
header
required

Pass your auth token in the Authorization header. The Bearer prefix is optional; the server also accepts a signed auth cookie or a token field in the request body.

Body

application/json
sessionID
string
required

Order id to cancel.

Response

Cancel result

data
object