4.2.2 获取所有监测的区块链信息

1、接口描述:获取所有监测的区块链信息

2、接口地址:/api/openapi/v1/chain/list

3、请求方式:POST

4、consumes:["application/json"]produces: ["/"]

5、请求参数:

6、响应示例:


{
    "code": 0,
    "data": [
        {
            "chainCode": "0001",
            "chainName": "泰安链"
        }
    ],
    "message": "MSG_00_0000"
}

7、响应参数:

参数名称 参数说明 类型 schema
code code integer(int32) integer(int32)
data data array ListUserChainRespVO
message message string

schema属性说明

ListUserChainRespVO

参数名称 参数说明 类型 schema
chainCode 链标识 string
chainName 链名称 string

results matching ""

    No results matching ""

    results matching ""

      No results matching ""