eth_getBlockByHash
Blocks info | Plasma
eth_getBlockByHash | Plasma
Plasma API method that returns information about a block by block hash. data — the hash of the block boolean — if true, returns full transaction objects.
POST
eth_getBlockByHash
Plasma API method that returns information about a block by block hash.
Parameters
data— the hash of the blockboolean— iftrue, returns full transaction objects; iffalse, returns only transaction hashes
Response
object— a block object, ornullwhen no block was found
eth_getBlockByHash code examples
Last modified on May 18, 2026