get blocks

get blocks

GET /blocks

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

type

string

block | uncle | reorg

Response

{
  "items": [
    {
      "base_fee_per_gas": "26618801760",
      "burnt_fees": "261263193229977120",
      "burnt_fees_percentage": 85.19028810863084,
      "difficulty": "0",
      "extra_data": "TODO",
      "gas_limit": "30000000",
      "gas_target_percentage": -34.56675333333333,
      "gas_used": "9814987",
      "gas_used_percentage": 32.71662333333333,
      "hash": "0xf569ec751152b2f814001fc730f7797aa155e4bc3ba9cb6ba24bc2c8c9468c1a",
      "height": 17615720,
      "miner": {
        "hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
        "implementation_name": "implementationName",
        "name": "contractName",
        "is_contract": true,
        "private_tags": [
          {
            "address_hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
            "display_name": "name to show",
            "label": "label"
          }
        ],
        "watchlist_names": [
          {
            "display_name": "name to show",
            "label": "label"
          }
        ],
        "public_tags": [
          {
            "address_hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
            "display_name": "name to show",
            "label": "label"
          }
        ],
        "is_verified": true
      },
      "nonce": "0x0000000000000000",
      "parent_hash": "0xd464e02d81e2bdf6bc5fa9b8e33f0b564c464a82d821a3e56531f8636dc00dfa",
      "priority_fee": "45418705646601378",
      "rewards": [
        {
          "reward": 0,
          "type": "Miner Reward | Emission Reward | Chore Reward | Uncle Reward"
        }
      ],
      "size": 49997,
      "state_root": "TODO",
      "timestamp": "2023-07-03T20:09:59.000000Z",
      "total_difficulty": "58750003716598352816469",
      "tx_count": 120,
      "tx_fees": "306681898876578498",
      "type": "block",
      "uncles_hashes": [
        "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
      ],
      "withdrawals_count": 16
    }
  ],
  "next_page_params": {
    "block_number": 27729304,
    "items_count": 50
  }
}

Last updated