Cancel Order (Book)
Instructs the order book to stop matching a specific order.
Endpoint
Section titled “Endpoint”POST
/orderbook/v1/cancelorderRequest Body
Section titled “Request Body”curl -X POST https://api.juspredict.com/orderbook/v1/cancelorder \-H 'Authorization: Bearer YOUR_TOKEN' \-H 'Content-Type: application/json' \-d '{"user_id": "user-uuid","order_id": "order-uuid"}'{"user_id": "user-uuid","order_id": "order-uuid"}