Cancel
This request allows you to cancel an open order
https://v-numbers.com/api/cancel?key=&request_id=Query Params:
Response example when:
{
"request_id": xxx,
"success": true
}{
"request_id": "xxxx",
"error_code": "early_cancel_denied",
"error_msg": "Early cancel denied"
}Last updated