Skip to content

cancle order

bitstarcom edited this page Jun 27, 2017 · 1 revision

URI:
https://www.bitstar.com/api/v1/trade/cancel/{businessType}/{orderid}(POST)
Parameter description
businessType:See the first chapter(General parameter specification
orderid Order ID
Return value format:

    {       
    	"result":"<result code>",  
    	"message":"<result message>"	    
    }   

additional illustrations
Result 0-sucess,other-fail, error code:
201: order not exist
202: out depot
203: in settling
220:OrderCancel Fail

Clone this wiki locally