- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- pub账号相关接口
- pub入金相关接口
- pub转账相关接口
- pub-inte相关接口
- pub订单相关接口
- pub钱包相关接口
- pub出金相关接口
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
(pub)获取入金渠道设置-货币
GET
/pub-fund/v1/inte/currency
pub-inte相关接口
接口变更记录#
变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|
2023-09-11 | XXX | 初始化文档 |
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
1.
错误码#
code | msg | msg_cn |
---|---|---|
9511 | inte msg error | inte返回消息错误 |
9512 | inte svc has no channel | inte无渠道配置 |
接口压测#
请求参数
Query 参数
types
array[string]
渠道类型
uuid
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/pub-fund/v1/inte/currency?types=&uuid='
返回响应
🟢200OK
application/json
Body
code
integer <int32>
可选
data
array[object (InteCurrencyResp) {2}]
可选
currencies
array[string]
可选
type
string
可选
msg
string
可选
success
boolean
可选
示例
{
"code": 0,
"data": [
{
"currencies": [
"string"
],
"type": "string"
}
],
"msg": "string",
"success": true
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2024-06-12 03:20:47