变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.2.0 | 2024-09-24 | fain mo | 上线接口 |
code | msg | msg_cn |
---|---|---|
300008 | Trade system error. | 交易系统异常 |
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
{
"client_id": [
"36",
"16",
"99"
],
"account_id": [
"70"
],
"omnibus_account_id": [
"52"
],
"label": "anim mollit occaecat",
"fund_type": "ut dolor esse",
"trading_permission": [
"fugiat ullamco Duis occaecat",
"dolor aliqua Lorem magna est"
],
"account_trade_type": "sed occaecat in cillum",
"start_time": 889905685490,
"end_time": 260811216432,
"page": 94,
"page_size": 39,
"account_status": "Excepteur fugiat"
}
curl --location --request POST '/client/v2/trading/funding/account/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": [
"36",
"16",
"99"
],
"account_id": [
"70"
],
"omnibus_account_id": [
"52"
],
"label": "anim mollit occaecat",
"fund_type": "ut dolor esse",
"trading_permission": [
"fugiat ullamco Duis occaecat",
"dolor aliqua Lorem magna est"
],
"account_trade_type": "sed occaecat in cillum",
"start_time": 889905685490,
"end_time": 260811216432,
"page": 94,
"page_size": 39,
"account_status": "Excepteur fugiat"
}'
{
"code": 0,
"success": true,
"data": {
"total_counts": 1,
"data": [
{
"client_id": "E6580248",
"account_id": "A0000001378SC",
"omnibus_account_id": "A0000001378",
"label": [
"INSTITUTIONAL"
],
"fund_type": "CASH",
"account_trade_type": "SECURITY",
"trading_permission": [
"US_STOCKS",
"HK_STOCKS",
"US_ETFS",
"PUBLIC_FUNDS",
"HK_ETFS"
],
"login": null,
"server_id": null,
"group": null,
"leverage": null,
"create_time": 1728620813817,
"account_status": "ENABLE"
}
]
},
"msg": "success",
"traceId": "e3dcaf8c-4fb9-438d-aad0-5b684230acf5",
"requestId": "608bf6f54c45b1287699ac2cbf206ae4"
}