提现api
POST
/api/withdraw
接口描述
账户转账接口
请求头
参数名
类型
描述
必填
Content-Type
内容格式。 取值:application/json;charset=utf-8
必填
请求参数
参数名
类型
描述
必填
api_key
String
token
必填
time
String
时间戳
必填
sign
String
签名
必填
withdraw_id
String
提现id
必填
user_api_key
String
user标识
必填
pay_amount
String
提现数量
必填
fee
String
费率
必填
symbol
String
产品
必填
响应参数
参数名
类型
描述
必填
code
int
返回的状态码,0是成功,其他状态码均为失败
必填
msg
String
错误消息
必填