Cancel order
[POST] /api/v2/order/cancel
Cancels an order if it's still in a cancellable state.
Request body type:
Request body example:
Returns an updated order.
Last updated
Cancels an order if it's still in a cancellable state.
Request body type:
Request body example:
Returns an updated order.
Last updated
type RequestBody = {
orderId: string;
}{
"orderId": "68728fa56ff494df5f39faf5",
}