ledger_getL2BlockByHash
Returns a complete L2 block by its block hash.
Path Parameters
apiKey
Request
This endpoint expects an object.
hash
32-byte L2 block hash (hex, without 0x).
Response
Full L2 block object (header and transactions).
header
txs
Array of transaction data (hex-encoded).