获取出金限制计算
将废弃
POST
/fund/v1/withdrawal/currencyLimit
接口变更记录
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.8.0 | 2024-09-25 | colin | 上线接口 |
错误码
code | msg | msg_cn |
---|---|---|
100007 | Setting item is empty | 配置不存在 |
100009 | APPID not exist | appid不存在 |
100809 | No exchange rate configuration can be found for the incoming currency | 传入的币种找不到对应的汇率配置 |
100810 | Fund operation mode does not exist | 通过modeId找不到对应的出金方式 |
100811 | Invalid withdrawal mode | modeId对应的出金方式有误 |
100805 | No base currency | 未配置本币 |
请求结构
1.
2.
公共参数
签名方法
1.
公共返回结果
接 口描述
1.
接口压测
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
请求参数
Body 参数application/json
示例代码
返回响应
修改于 2024-12-03 09:53:29