Skip to content

Latest commit

 

History

History
70 lines (67 loc) · 1.08 KB

_eth_feehistory-response.mdx

File metadata and controls

70 lines (67 loc) · 1.08 KB

import Tabs from "@theme/Tabs" import TabItem from "@theme/TabItem"

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "baseFeePerBlobGas": [
      "0xe3f5193b",
      "0xf6942037",
      "0xdb2e5553",
      "0xc2d3d9e8",
      "0xdb2e5553",
      "0xed15d41e"
    ],
    "baseFeePerGas": [
      "0x279c70a9b",
      "0x2a63ee068",
      "0x2a01a5449",
      "0x299fc09af",
      "0x29aa0b0c5",
      "0x28b21aaec"
    ],
    "blobGasUsedRatio": [
      0.8333333333333334,
      0,
      0,
      1,
      0.8333333333333334
    ],
    "gasUsedRatio": [
      0.7806543666666667,
      0.46377263333333335,
      0.46358696666666666,
      0.503863,
      0.40701746666666666
    ],
    "oldestBlock": "0x14535f8",
    "reward": [
      [
        "0x5f5e100",
        "0x34142698"
      ],
      [
        "0x5f5e100",
        "0x1f619e76"
      ],
      [
        "0x5f5e100",
        "0x39d10680"
      ],
      [
        "0x6824280",
        "0x214c9a15"
      ],
      [
        "0x4b571c0",
        "0x1ac123d6"
      ]
    ]
  }
}