Skip to main content

Withdraw

[only support withdraw for sub-account,not master account]

HTTP Request

  • POST /api/v3/broker/capital/withdraw/apply

Required Permission: SPOT_TRANSFER_READ

Query Parameter

NameTypeMandatoryDescription
recvWindowstringnorecvWindow
timestampstringyestimestamp
signaturestringyessignature

Body Request Parameter

NameTypeMandatoryDescription
coinstringyeswithdraw coin
networkstringyeswithdraw network
addressstringyeswithdraw address
amountstringyesamount
passwordstringnopassword(hexadecimal string encrypted by MD5)
remarkstringnoremark

Response Parameters

NameTypeDescription
idstringwithdrawID

Response

{
"id":"7213fea8e94b4a5593d507237e5a555b"
}