Skip to main content

Withdraw(new)

HTTP Request

  • POST /api/v3/capital/withdraw

Required Permission: SPOT_WITHDRAW_WRITE

Weight(IP): 1

Request Parameters

NameTypeMandatoryDescription
coinstringYEScoin
withdrawOrderIdstringNOwithdrawOrderId
netWorkstringNOwithdraw network
contractAddressstringNOcoin contract address
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"
}