Pool Block Statistics List Interface

  • Description

    This interface is used to check the block statistics of Operator Pool.

  • URL

    /operator/api/poolBlockList.htm
    
  • Parameter

    | Parameter | Type | Description | | --- | :--- | :--- | | opId | String | Operator ID | | coin | String | Coin type(BTC、LTC、ZEC……) | | params | String | Check the table below | | sign | String | Signature,check "Interface Authorization" description for details. |

    record description:

    | Name | Type | Description | | --- | :--- | :--- | | page | Integer | Page number | | pageSize | Integer | Quantity of each page |

  • Return Value

    {
    "code": "000000",
    "data": {
    "page": 1,
    "pageSize": 2,
    "rows": [
      {
        "blockHeight": 4214125,
        "blockValue": "14.5",
        "confirmations": 10,
        "createTime": "2017-04-29 14:40:08",
        "estimateDuration": "8h 58m 33s ", //预估时间
        "hashRate": "32.51 GH/s",
        "networkDiff": "22222",
        "ppsAmount": 14.5,
        "ppsPercent": 100,
        "roundDuration": "4d 21h 50m 42s ",//实际运行时间
        "share1Count": 3211321,
        "shareCount": 4244141,
        "txHash": "0000000000000000019432323574795d56a0a983e3ae57891615e13e0121c9e7",
        "userWorkerId": "jiangchao.1"
      }
    ],
    "totalPage": 1,
    "totalRecord": 1
    },
    "message": "ok"
    }
    
Copyright © Antpool Team all right reserved,powered by GitbookLast edit: 2018-08-07 10:08:20

results matching ""

    No results matching ""