Skip to content

Cancel Order (Book)

Instructs the order book to stop matching a specific order.

POST/orderbook/v1/cancelorder
Terminal window
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"
}'