REST API
Cancel a prediction market order
Authorization
bearerAuth AuthorizationBearer <token>
API key passed as Bearer token in Authorization header
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/api/v1/prediction/orders/cancel" \ -H "Content-Type: application/json" \ -d '{ "orderId": "string" }'{
"success": true,
"data": {
"success": true
},
"meta": {
"timestamp": 0,
"remaining": 0
}
}