REST API
Cancel all prediction market orders
Authorization
bearerAuth AuthorizationBearer <token>
API key passed as Bearer token in Authorization header
In: header
Response Body
application/json
curl -X POST "https://loading/api/v1/prediction/orders/cancel-all"{
"success": true,
"data": {
"cancelled": 0
},
"meta": {
"timestamp": 0,
"remaining": 0
}
}