Withdraw
POST: /v1/spot/withdraw
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
currency | string | true | Currency name, which can be obtained from the 'Get the supported currencies for deposit or withdrawal' interface | ||
chain | string | true | The name of the transfer network, which can be obtained from the interface of 'Get the supported currencies for deposit or withdrawal' interface | ||
amount | number | true | Withdrawal amount, including handling fee | ||
address | string | true | Withdrawal address | ||
memo | String | false | memo, For EOS similar chains that require memo must be transferred |
Note: The parameters are placed in the body in the form of json
Limit Flow Rules
1/s/apikey
- Request
- Response
{
"currency":"zb",
"chain":"Ethereum",
"amount":1000,
"address":"0xfa3abfa50eb2006f5be7831658b17aca240d8526",
"memo":""
}
{
"code": 200,
"mc": "SUCCESS",
"msgInfo": [],
"data": {
"id": 100 //Long Withdrawal record id, used for querying withdrawal history later
}
}