API Reference
Cancel Order
Cancel an order.
POST
Body
application/json
Cancel an order.
Source: https://exchangeopenapi.gitbook.io/pri-openapi/openapi-doc/spot-trading-api#cancel-order
Response
200
application/json
Successful Response
Response of the request: :class:odyssey_exchange_api.requests.SpotCancelOrderRequest
.
Contains an order id, asset symbol and order status.
Available options:
NEW
, New Order
, Partially Filled
, Filled
, Cancelled
, PENDING_CANCEL
, Partially Filled/Cancelled
, REJECTED