post https://api.tradexapp.co/v2/event/cancelcall
Endpoint for cancelling a buy order
Response Fields
Market relevant data is available under "call" key in json response. Dictionary contains data as per description below
Name | Type | Description |
---|---|---|
rank | int | -1 for unmatched order and 0 for matched |
returns | int | Total payout after settlement |
orderid | str | order id of cancelled order |
probeid | int | market id of the specific market for which order is placed |
callvalue | str | "Y" for yes and "N" for no |
coins | int | Order Limit price |
noofcontracts | int | Order quantity |
userid | int | Order placing user id |
preventSlippage | bool | To allow or disallow slippage when order is matched |
allowedSlippage | int | limit of slippage allowed |