
# 根据索引查询可组合资产某一集合标识
根据子资产集合的索引查询可组合资产中对应的集合标识。
- 调用方法
  ```
  public String childContractByIndex(String collectionIndex, String tokenId, String index) throws Exception
  ```
  
- 参数说明
  
  | 参数              | 类型     | 说明                                                                                                                                   |
  |:---|:---|:---|
  | collectionIndex | string | 必填参数，可组合资产的集合唯一标识符，不能重复。以字母开头，支持字母、数字。长度\[3-32\]。                                                                                    |
  | tokenId         | string | 必填参数，可组合资产的数字资产编号。同一集合内不能重复，取值范围\[0,2\^64)。                                                                                          |
  | index           | string | 必填参数，子集合索引值，字符串类型的数字 , 数字的取值范围为\[0,n)，n为接口[1.3.6.8查询可组合资产拥有集合种类数量](https://support.huaweicloud.com/devg-dac/dac_devg_0181.html)查询结果。 |
     
  
- 返回值
  
  | 类型     | 说明      |
  |:---|:---|
  | string | 集合唯一标识。 |
     
  
 
