Skip to main content

Withdraw(previous,offline soon)

HTTP Request

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

Required Permission: SPOT_WITHDRAW_WRITE

Weight(IP): 10

Request Parameters

NameTypeMandatoryDescription
coinstringYEScoin
withdrawOrderIdstringNOwithdrawOrderId
networkstringNOwithdraw network
addressstringYESwithdraw address
memostringNOmemo(If memo is required in the address, it must be passed in)
amountstringYESwithdraw amount
remarkstringNOremark
timestampstringYEStimestamp
signaturestringYESsignature

Can get network via endpoints Get /api/v3/capital/config/getall's response params networkList.

Response Parameters

NameDescription
idwithdraw ID

Response

[
{
"id":"7213fea8e94b4a5593d507237e5a555b"
}
]