post https://api.huobi.us/v1/dw/withdraw/api/create
This endpoint creates a withdraw request from your spot trading account to an external address.
(Only supported the existed addresses in your withdraw address list)
/* POST /v1/dw/withdraw-virtual/create*/
{
"address": "0xde709f2102306220921060314715629080e2fb77",
"amount": "0.05",
"currency": "eth",
"fee": "0.01"
}
/* POST /v1/dw/withdraw-virtual/create*/
{
"status": "ok",
"data": 700
}