MTF: Cancel MTF Order
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /api/v1/api/v1/mtf/cancel HTTP/1.1
Host: api.hybrid-chain.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 50
{
"order_ids": [
"c0c33fd270444d308e63e343970c7c15"
]
}{
"response": {
"ec6f4f27b87f4b9986b0f127e3c19add": {
"exec_time_ms": 134.6401683986187,
"message": "The following update on model mtf.order has been completed",
"payload": {
"environment_tag": "mtf_uat_odoo",
"model": "mtf.order",
"operation": "create",
"record": {
"cancellation_attempted": true,
"market_id": 7,
"matching_engine_client_id": 774321,
"order_uuid": "ec6f4f27b87f4b9986b0f127e3c19add",
"pmx_id": "CO+iDHWLQl0="
}
},
"success": true,
"update": {
"cancellation_attempted": true,
"market_id": 7,
"matching_engine_client_id": 774321,
"pmx_id": "CO+iDHWLQl0="
}
}
},
"success": true
}