提现
POST: /v1/spot/withdraw
Parameters
参数 | 数据类型 | 是否必须 | 默认值 | 描述 | 取值范围 |
---|---|---|---|---|---|
currency | string | true | 币种名称,可从'获取JU可充提的币种'接口中获取 | ||
chain | string | true | 转账网络名称,可从'获取JU可充提的币种'接口中获取 | ||
amount | number | true | 提现金额,包含手续费部分 | ||
address | string | true | 提现地址 | ||
memo | String | false | memo,对于EOS类似的需要memo的链必传 |
注意:参数以json形式放在body中
限流规则
1/s/apikey
- Request
- Response
{
"currency":"zb",
"chain":"Ethereum",
"amount":1000,
"address":"0xfa3abfa50eb2006f5be7831658b17aca240d8526",
"memo":""
}
{
"code": 200,
"mc": "SUCCESS",
"msgInfo": [],
"data": {
"id": 100 //Long 提现记录id,用于后期查询提现历史记录
}
}