获取货币国家对应的静态账户列表
GET
/fund/v1/inte/currency/static/account
接口变更记录
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
资金V1.4.0 | 2024-11-05 | colin | 上线 | |
V1.14.0 | 2025-04-27 | Cass Song | 返回结果新增【recipient_bank_country收款银行所在地】字段 |
错误码
code | msg | msg_cn |
---|---|---|
100007 | Setting item is empty | 设置项为空,未能获取所需的配置信息 |
100042 | User data not found | 用户数据未找到,未能获取客户的国家信息 |
100021 | Failed to communicate with Inte service | 调用 Inte 服务通信失败 |
100031 | CRM Channel data not found | CRM 渠道数据未找到或返回数据为空 |
100041 | Failed to communicate with User service | 用户服务调用失败,未能获取用户的详细信息 |
100043 | KYC document not found | KYC 文件未找到,用户未提供所需的身份验证文件 |
100051 | Invalid currency type | 币种类型无效 |
请求结构
1.
2.
公共参数
签名方法
1.
公共返回结果
接口描述
1.
接口压测
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
请求参数
Query 参数
uuid
string
用户id
示例值:
uuid
currency
string
币种
示例值:
币种
outward_country
string
国家
示例值:
国家
type
string
必需
示例值:
bank
示例代码
返回响应
修改于 2025-04-27 07:34:07