cURL
curl --request DELETE \ --url https://api.blink15.com/order \ --header 'BLINK-SIGNATURE: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "order_id": "<string>" } '
Order ID to cancel
Cancel order body (Polymarket client sends JSON body)
Cancel result with canceled/not_canceled arrays