查询一条蚂蚁区块链的交易统计信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeAntChainTransactionStatistics

系统规定参数。取值:DescribeAntChainTransactionStatistics

AntChainId String pYogqb9v

区块链ID

Start Long 1563206400000

统计开始时间

End Long 1563897600000

统计结束时间

返回数据

名称 类型 示例值 描述
RequestId String E93884AC-6C21-4FEA-8E3A-7377D33B194F

请求ID

Result Array of Result

请求结果

Dt String 2019-07-16

时间

CreatTime Long 1563294007000

创建时间

LastSumBlockHeight Long 148018

最后统计的区块高度

TransCount Long 0

交易总量

AntChainId String pYogqb9v

区块链ID

示例

请求示例

http(s)://[Endpoint]/?Action=DescribeAntChainTransactionStatistics
&<公共请求参数>

正常返回示例

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "code" : "200",
  "data" : {
    "RequestId" : "E93884AC-6C21-4FEA-8E3A-7377D33B194F",
    "Result" : [ {
      "Dt" : "2019-07-16",
      "AntChainId" : "pYogqb9v",
      "CreatTime" : 1563294007000,
      "TransCount" : 0,
      "LastSumBlockHeight" : 148018
    }, {
      "Dt" : "2019-07-17",
      "AntChainId" : "pYogqb9v",
      "CreatTime" : 1563380401000,
      "TransCount" : 1,
      "LastSumBlockHeight" : 176768
    }, {
      "Dt" : "2019-07-18",
      "AntChainId" : "pYogqb9v",
      "CreatTime" : 1563466809000,
      "TransCount" : 0,
      "LastSumBlockHeight" : 205517
    }, {
      "Dt" : "2019-07-19",
      "AntChainId" : "pYogqb9v",
      "CreatTime" : 1563553209000,
      "TransCount" : 0,
      "LastSumBlockHeight" : 234268
    }, {
      "Dt" : "2019-07-20",
      "AntChainId" : "pYogqb9v",
      "CreatTime" : 1563639601000,
      "TransCount" : 0,
      "LastSumBlockHeight" : 263020
    }, {
      "Dt" : "2019-07-21",
      "AntChainId" : "pYogqb9v",
      "CreatTime" : 1563726001000,
      "TransCount" : 0,
      "LastSumBlockHeight" : 291772
    }, {
      "Dt" : "2019-07-22",
      "AntChainId" : "pYogqb9v",
      "CreatTime" : 1563812401000,
      "TransCount" : 1,
      "LastSumBlockHeight" : 320523
    }, {
      "Dt" : "2019-07-23",
      "AntChainId" : "pYogqb9v",
      "CreatTime" : 1563898810000,
      "TransCount" : 26,
      "LastSumBlockHeight" : 349284
    } ]
  },
  "requestId" : "E93884AC-6C21-4FEA-8E3A-7377D33B194F",
  "successResponse" : true
}