cancel order
Last updated
// example
const params = {
orderId: 'mt1wxcl1_dplo_r0qp_5bho_w5an5hev6d70',
flag: 'the value after md5',
sourceFlag: 'tronLink'
}
const res = await axios.post('https://open.tronify.io/api/tronRent/cancelOrder',params)
console.log(res)
if(res.resCode === '100'){
//...
}