基金持有人结构
GET /api/fund/holders/detail
operation_id:get_fund_holders_detail
请求参数
| 参数 | 类型 | 必需 | 默认值 | 说明 |
|---|---|---|---|---|
fund_type | string | 是 | — | otc(场外基金)/ exchange(ETF、LOF)/ reits(公募 REITs)。 |
thscode | string | 是 | — | 完整基金 thscode,必须保留市场后缀。 |
merge_scope | enum | 否 | all | all(分别返回合并/独立份额的最新记录)/ merged(A/C 等份额合并披露)/ separate(当前份额独立披露)。 |
curl 'https://fuyao.aicubes.cn/api/fund/holders/detail?fund_type=exchange&thscode=161725.SZ&merge_scope=all' \
-H 'X-api-key: <your-api-key>'