Skip to main content

Miner

tokenviewAbout 3 min

Miner

Mined Block List

GET https://services.tokenview.io/vipapi/trx/address/mining/{address}/{page}/{page-size}?apikey={apikey}&timestampStart={timestampStart}&timestampEnd={timestampEnd}

Parameters

  • {address}: the address of ETH Category;
  • {page}: 1,2,3,......50 (Max);
  • {page-size}: transactions per page. 50 transactions is the Max per page.
  • {apikey}: Get your activated apikey from the API system: https://services.tokenview.ioopen in new window
  • {timestampStart}: optional. default 0. the timestamp starting from which to query
  • {timestampEnd}: optional. max value is {timestampStart}+24h. the timestamp end of which to query

{timestampStart} and {timestampEnd} are optional filter for the result,

  • when only specifying any one of them, the other one will have default value
  • when specifying, but the value is not in the range of blocks, the value will be set to default value
  • when not specifying any one of them, there will be no timestamp range filter
  • there are at most 2500 txn returned between {timestampStart} and {timestampEnd} if specified any of them

Request

curl --location https://services.tokenview.io/vipapi/trx/address/mining/TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf/1/20?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": [
        {
            "network": "TRX",
            "block_no": 46747407,
            "time": 1670830479,
            "size": 20220,
            "txCnt": 331,
            "sentValue": "1979.212468",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "680.53116",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 6065000000,
            "gasPrice": 0,
            "gasUsed": 1564421
        },
        {
            "network": "TRX",
            "block_no": 46747380,
            "time": 1670830398,
            "size": 20193,
            "txCnt": 478,
            "sentValue": "18105.196191",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "1865.1662",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 8121500000,
            "gasPrice": 0,
            "gasUsed": 2909005
        },
        {
            "network": "TRX",
            "block_no": 46747353,
            "time": 1670830317,
            "size": 20166,
            "txCnt": 345,
            "sentValue": "14137.957213",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "1487.12368",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 9570545000,
            "gasPrice": 0,
            "gasUsed": 2722789
        },
        {
            "network": "TRX",
            "block_no": 46747326,
            "time": 1670830236,
            "size": 20139,
            "txCnt": 396,
            "sentValue": "29170.437194",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "915.50724",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 19230092000,
            "gasPrice": 0,
            "gasUsed": 2281249
        },
        {
            "network": "TRX",
            "block_no": 46747299,
            "time": 1670830155,
            "size": 20112,
            "txCnt": 343,
            "sentValue": "7455.879385",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "1076.012",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 9930400010,
            "gasPrice": 0,
            "gasUsed": 1710219
        },
        {
            "network": "TRX",
            "block_no": 46747272,
            "time": 1670830074,
            "size": 20085,
            "txCnt": 354,
            "sentValue": "875.377178",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "828.3504",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 9405900010,
            "gasPrice": 0,
            "gasUsed": 2107140
        },
        {
            "network": "TRX",
            "block_no": 46747245,
            "time": 1670829993,
            "size": 20057,
            "txCnt": 364,
            "sentValue": "39172.083856",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "723.82836",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 7759300000,
            "gasPrice": 0,
            "gasUsed": 2695613
        },
        {
            "network": "TRX",
            "block_no": 46747218,
            "time": 1670829912,
            "size": 20049,
            "txCnt": 285,
            "sentValue": "320493.588795",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "565.54804",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 5337990000,
            "gasPrice": 0,
            "gasUsed": 1471556
        },
        {
            "network": "TRX",
            "block_no": 46747191,
            "time": 1670829831,
            "size": 20004,
            "txCnt": 268,
            "sentValue": "9516.591439",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "441.71968",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 5368800000,
            "gasPrice": 0,
            "gasUsed": 1369619
        },
        {
            "network": "TRX",
            "block_no": 46747164,
            "time": 1670829750,
            "size": 19977,
            "txCnt": 420,
            "sentValue": "8375.409933",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "804.45428",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 24258300060,
            "gasPrice": 0,
            "gasUsed": 2855128
        },
        {
            "network": "TRX",
            "block_no": 46747137,
            "time": 1670829669,
            "size": 19949,
            "txCnt": 310,
            "sentValue": "156557.948388",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "746.75088",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 5700792000,
            "gasPrice": 0,
            "gasUsed": 1364072
        },
        {
            "network": "TRX",
            "block_no": 46747110,
            "time": 1670829588,
            "size": 19922,
            "txCnt": 351,
            "sentValue": "6461.099168",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "1020.38604",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 6148000000,
            "gasPrice": 0,
            "gasUsed": 2405028
        },
        {
            "network": "TRX",
            "block_no": 46747083,
            "time": 1670829507,
            "size": 19896,
            "txCnt": 460,
            "sentValue": "37737.471844",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "1033.914",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 10817000000,
            "gasPrice": 0,
            "gasUsed": 3846060
        },
        {
            "network": "TRX",
            "block_no": 46747056,
            "time": 1670829426,
            "size": 19869,
            "txCnt": 263,
            "sentValue": "243080.062876",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "896.64808",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 9388550560,
            "gasPrice": 0,
            "gasUsed": 1870797
        },
        {
            "network": "TRX",
            "block_no": 46747029,
            "time": 1670829345,
            "size": 19842,
            "txCnt": 377,
            "sentValue": "37129.173172",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "895.21724",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 7370100000,
            "gasPrice": 0,
            "gasUsed": 2478363
        },
        {
            "network": "TRX",
            "block_no": 46747002,
            "time": 1670829264,
            "size": 19815,
            "txCnt": 354,
            "sentValue": "8250.88001",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "672.51692",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 9059400000,
            "gasPrice": 0,
            "gasUsed": 1922562
        },
        {
            "network": "TRX",
            "block_no": 46746976,
            "time": 1670829183,
            "size": 19788,
            "txCnt": 423,
            "sentValue": "182336.202675",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "1556.45796",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 22388892020,
            "gasPrice": 0,
            "gasUsed": 3155403
        },
        {
            "network": "TRX",
            "block_no": 46746950,
            "time": 1670829102,
            "size": 19763,
            "txCnt": 281,
            "sentValue": "2135750.870376",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "513.65616",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 3297200000,
            "gasPrice": 0,
            "gasUsed": 1285161
        },
        {
            "network": "TRX",
            "block_no": 46746923,
            "time": 1670829021,
            "size": 19736,
            "txCnt": 389,
            "sentValue": "26310.444603",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "664.03376",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 11953100000,
            "gasPrice": 0,
            "gasUsed": 2146336
        },
        {
            "network": "TRX",
            "block_no": 46746896,
            "time": 1670828940,
            "size": 19709,
            "txCnt": 348,
            "sentValue": "1852.486358",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "minerAlias": "",
            "fee": "911.84404",
            "reward": "32",
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 5538992020,
            "gasPrice": 0,
            "gasUsed": 1425870
        }
    ]
}

Response Description

"data": [
        {
            "network": "TRX",  
            "block_no": 46747407, // block height
            "time": 1670830479,   // UTC time
            "size": 20220, // block Bytes
            "txCnt": 331,  // transaction counts
            "sentValue": "1979.212468",
            "miner": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf", // Miner Address
            "minerAlias": "",
            "fee": "680.53116",
            "reward": "32", 
            "coinbase": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf",
            "gasLimit": 6065000000, 
            "gasPrice": 0,
            "gasUsed": 1564421  
        }
    ]

Last update: