curl --location --request GET '/v1.3/wechat_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": "CASH",
"balance": 5555,
"credit_roll_spec": {
"limit_amount": 1000230,
"used_amount": 230,
"usable_amout": 1000000
},
"miniprogram_spec": {
"received_amount": 50000,
"used_amount": 20000,
"locked_amount": 10000,
"repaid_amount": 20000,
"need_repay_amount": 30000
}
}
],
"memo": {
"wechat_fund_spec": [],
"local_wechat_fund_spec": []
}
}
}