Skip to main content

Withdraw

POST: /v1/spot/withdraw

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
currencystringtrueCurrency name, which can be obtained from the 'Get the supported currencies for deposit or withdrawal' interface
chainstringtrueThe name of the transfer network, which can be obtained from the interface of 'Get the supported currencies for deposit or withdrawal' interface
amountnumbertrueWithdrawal amount, including handling fee
addressstringtrueWithdrawal address
memoStringfalsememo, 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

{
"currency":"zb",
"chain":"Ethereum",
"amount":1000,
"address":"0xfa3abfa50eb2006f5be7831658b17aca240d8526",
"memo":""
}