CreateWithdrawTicket
The Order Management System ID.
The account ID.
The product ID.
The amount to withdraw.
The withdrawal template form.
The template type.
curl -L \ --request POST \ --url 'CreateWithdrawTicket' \ --header 'Content-Type: application/json' \ --data '{"OMSId":1,"AccountId":1,"ProductId":1,"Amount":100,"TemplateType":"ToExternalBitCoinAddress","TemplateForm":{"TemplateType":"ToExternalBitCoinAddress","Comment":"","ExternalAddress":"54123214"}}'
{ "result": true, "errormsg": "Invalid Request", "errorcode": 100, "detail": "Insufficient Balance" }