- 公共请求参数
- 公共返回结果
- 接口说明模板
- 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
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
分页查询零售客户配置
GET
/client/v1/market/config
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-06-17 | fain mo | 上线 |
错误码#
code | msg | msg_cn |
---|---|---|
801001 | market subscription configuration is empty |
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
1.
接口压测#
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
请求参数
Query 参数
subscription_object
string
必需
示例值:
Client
page
integer
分页页码
示例值:
1
pagesize
integer
分页大小
示例值:
10
id
integer
配置 id
示例值:
1
market_type
string
可选
示例值:
SEHK
Header 参数
X-Auth-Appid
string
appid
示例值:
appbe2a8f185734
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/client/v1/market/config?subscription_object=Client&page=1&pagesize=10&id=1&market_type=SEHK' \
--header 'X-Auth-Appid: appbe2a8f185734'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
data
object
必需
data
array [object {13}]
必需
totalCounts
integer
必需
msg
string
必需
traceId
null
必需
示例
{
"code": 0,
"success": true,
"data": {
"data": [
{
"id": 2,
"appid": "appbe2a8f185734",
"subscription_method": "Per_Quote",
"market_type": "SEHK",
"device_type": "WEB",
"monthly_subscription_cap": null,
"subscription_price": 0.00,
"currency": "HKD",
"subscription_object": "Trader",
"cut_off_day": 25,
"cutoff_time": "17:00:00",
"create_time": "2023-12-15 03:41:53",
"update_time": "2023-12-15 03:41:53"
}
],
"totalCounts": 1
},
"msg": "success",
"traceId": null
}