变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
客户模块V1.2.0 | 2024-09-23 | colin zheng | 上线接口 |
code | msg | msg_cn |
---|
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
curl --location --request GET '/client/v1/trading/account/rule'
{
"code": 0,
"success": true,
"data": [
{
"server_id": "38kd-sdkwe3ke9-01",
"label": [
"PERSONAL",
"INSTITUTIONAL"
],
"account_trade_type": "SECURITY",
"trading_permission": [
"US_STOCKS",
"HK_STOCKS",
"US_ETFS",
"PUBLIC_FUNDS"
],
"fund_type": [
"CASH"
],
"status": "Enable"
},
{
"server_id": "38kd-sdkwe3ke9-01",
"label": [
"PERSONAL",
"INSTITUTIONAL"
],
"account_trade_type": "FUTURES",
"trading_permission": [
"US_FUTURES",
"HK_FUTURES",
"SINGAPORE_FUTURES"
],
"fund_type": [
"MARGIN"
],
"status": "Enable"
}
],
"msg": "success",
"traceId": null
}