跳到主要内容

提币

【只支持子账号提币,不支持母提子】

请求示例


post /api/v3/broker/capital/withdraw/apply?timestamp={{timestamp}}&signature={{signature}}

返回示例

{
"id":"7213fea8e94b4a5593d507237e5a555b"
}

HTTP请求:

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

权限:现货划转读取

Query参数:

参数名数据类型是否必须说明
recvWindowstringno同步时间
timestampstringyes时间
signaturestringyes签名

Body请求参数:

参数名数据类型是否必须说明
coinstringyes提币币种
networkstringyes提币网络
addressstringyes提币地址
amountstringyes数量
passwordstringno资金密码【传此参数不交验提现地址簿】【资金密码要求:MD5加密的16进制字符串过来】
remarkstringno标记

返回参数:

参数名类型说明
idstring提币ID