文档
测试

01.提现下单

POST
/withdraw/order/create

请求参数

参数名
类型
描述
必填
accountId
string
托管账户ID
必填
chainAssetId
string
链上币种id
必填
amount
string
提现金额
必填
address
string
提现地址
必填
memo
string
memo
可选
faceRecognitionFlag
Integer
是否做过人脸(1-是,其他-否)
必填

响应

参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
string
订单id
必填