curl --location --request GET '/df/person/money?frameworkToken=474dec03-1947-4b4f-b5d0-9ef0118a1a37&item=17020000010' \
--header 'Authorization: Bearer sk-KDZh5cHWEkm2sF5DFDAKY3heoK6Ye33b'
{
"success": true,
"data": [
{
"item": "17020000010",
"name": "哈夫币",
"totalMoney": "5915274"
},
{
"item": "17888808889",
"name": "三角券",
"totalMoney": "609"
},
{
"item": "17888808888",
"name": "三角币",
"totalMoney": "113"
}
],
"message": "获取货币资产成功",
"amsSerial": "AMS-DFM-0721104843-gi5ajX-661959-319386",
"loginInfo": {
"type": "qc",
"openid": "C2DE7D79A3A9F934EE08F95B747E054E",
"timestamp": "2025-07-21T02:48:43.790Z"
}
}