Skip to main content
POST
arb_getRawBlockMetadata
Robinhood Chain API method (Arbitrum Nitro arb namespace) that returns raw block metadata for a range of blocks, including the batch and per-block timing information Nitro records for each L2 block.

Parameters

  • fromBlock — the first block number in hex
  • toBlock — the last block number in hex

Response

  • array — a list of raw block metadata entries, each with the block number and its associated metadata bytes

arb_getRawBlockMetadata code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:arb_getRawBlockMetadata
params
string[]

Response

200 - application/json

arb_getRawBlockMetadata

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026