optimism_outputAtBlock

Returns the output root at a specific block.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
blockNumberstringRequiredformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"
The block number to get the output root for.

Response

The output root at the specified block.
versioninteger or null
The output root version number, beginning with 0
outputRootstring or null
The output root
blockRefobject or null
The block reference object
l1originobject or null
The L1 origin information
withdrawalStorageRootstring or null
The root hash of the withdrawal storage data at the specified block
stateRootstring or null
The root hash of the state data at the specified block
syncStatusobject or null
The synchronization status information