eth_usingBigBlocks
POST
/{apiKey}
Returns whether the specified address has opted into using big blocks. In HyperEVM's dual-block architecture, users can set an usingBigBlocks flag via the evmUserModify L1 action to direct their transactions to big blocks instead of fast blocks.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The 20-byte hex-encoded Ethereum address to check.
Responses
200
A boolean indicating whether the address is using big blocks.
Was this page helpful?