curl --location --request GET '/v1.3/funds/get' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'fields;' \
--data-urlencode 'account_id=<ACCOUNT_ID>'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"list": [
{
"fund_type": "GENERAL_CASH",
"balance": 120000,
"fund_status": "FUND_STATUS_NORMAL",
"realtime_cost": 100
},
{
"fund_type": "GENERAL_SHARED",
"balance": 1000,
"fund_status": "FUND_STATUS_NORMAL",
"realtime_cost": 100
},
{
"fund_type": "GENERAL_GIFT",
"balance": 0,
"fund_status": "FUND_STATUS_NORMAL",
"realtime_cost": 0
},
{
"fund_type": "BANK",
"balance": 0,
"fund_status": "FUND_STATUS_NORMAL",
"realtime_cost": 0
}
]
}
}