提币
【只支持子账号提币,不支持母提子】
请求示例
post /api/v3/broker/capital/withdraw/apply?timestamp={{timestamp}}&signature={{signature}}
返回示例
{
"id":"7213fea8e94b4a5593d507237e5a555b"
}
HTTP请求:
- POST
/api/v3/broker/capital/withdraw/apply
权限:现货划转读取
Query参数:
| 参数名 | 数据类型 | 是否必须 | 说明 |
|---|---|---|---|
| recvWindow | string | no | 同步时间 |
| timestamp | string | yes | 时间 |
| signature | string | yes | 签名 |
Body请求参数:
| 参数名 | 数据类型 | 是否必须 | 说明 |
|---|---|---|---|
| coin | string | yes | 提币币种 |
| network | string | yes | 提币网络 |
| address | string | yes | 提币地址 |
| amount | string | yes | 数量 |
| password | string | no | 资金密码【传此参数不交验提现地址簿】【资金密码要求:MD5加密的16进制字符串过来】 |
| remark | string | no | 标记 |
返回参数:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | string | 提币ID |