eth_bigBlockGasPrice
POST
/{apiKey}
Returns the base fee for the next big block. HyperEVM uses a dual-block architecture with fast blocks (1-second interval, 2M gas limit) and big blocks (1-minute interval, 30M gas limit). This method returns the base fee specifically for big blocks, as opposed to eth_gasPrice which returns the base fee for the next fast block.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Responses
200
A hex-encoded unsigned integer representing the gas price in wei for big blocks.
Was this page helpful?