Skip to main content

Get Agent Customer Assets List

  • Rate limit: 10/sec/UID

Description

  • Data update frequency: 10 minutes

HTTP Request

  • POST /api/broker/v1/agent/customerAccountAssetsList
Request Example
curl -X POST "https://api.bitget.com/api/broker/v1/agent/customerAccountAssetsList" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:zh-CN" \
-H "Content-Type: application/json" \
-d '{"pageNo": "1","pageSize":"500"}'

Request Parameters

ParameterTypeRequiredDescription
pageNoStringNoPage number
pageSizeStringNoPage size, 100 default, Max 1000
uidStringNoUID
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 163123213132,
"data": [
{
"balance": "1234",
"uid": "23423432",
"uTime": "23423423423",
"remark": "sub account exceed 5"
}
]
}

Response Parameters

ParameterTypeDescription
uidStringUID
balanceStringAccount Balance
uTimeStringAccount Last update Time
remarkStringWhen the user has too many sub-accounts, it prompts that there are too many sub-accounts and the account balance cannot be queried

How was your Reading Experience with us?