Authorization: Bearer ********************{
"accountId": "3398839",
"fundCode": "",
"tradeTypes": [
"30"
],
"pageSize": 10,
"pageNum": 1
}curl --location --request POST '/ma/holding/tradeRecord' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "3398839",
"fundCode": "",
"tradeTypes": [
"30"
],
"pageSize": 10,
"pageNum": 1
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"totalCount": 4,
"totalPage": 1,
"currentPage": 1,
"list": [
{
"exec_date": "20251121",
"exec_time": "09:30:00",
"fund_code": "012648",
"fund_name": "鹏华稳泰30天滚动持有债券A",
"trade_type": "30",
"trade_type_name": "基金申购",
"exec_price": "1.1611",
"exec_qty": "14678.31",
"bargain_balance": "17042.99"
},
{
"exec_date": "20251121",
"exec_time": "09:30:00",
"fund_code": "320007",
"fund_name": "诺安成长混合",
"trade_type": "30",
"trade_type_name": "基金申购",
"exec_price": "1.7400",
"exec_qty": "6990.99",
"bargain_balance": "12164.33"
},
{
"exec_date": "20251121",
"exec_time": "09:30:00",
"fund_code": "005693",
"fund_name": "广发中证军工ETF联接C",
"trade_type": "30",
"trade_type_name": "基金申购",
"exec_price": "1.1017",
"exec_qty": "11257.38",
"bargain_balance": "12402.26"
},
{
"exec_date": "20251121",
"exec_time": "09:30:00",
"fund_code": "004753",
"fund_name": "广发中证传媒ETF联接C",
"trade_type": "30",
"trade_type_name": "基金申购",
"exec_price": "0.9560",
"exec_qty": "63402.43",
"bargain_balance": "60612.72"
}
]
},
"ok": true
}