Skip to main content

eth_getBlobSidecars RPC Method

Retrieves blob sidecars for a given block

Updated on
May 29, 2025

eth_getBlobSidecars RPC Method

Parameters

blockNumber/tag
string
REQUIRED
The block number in hexadecimal format or the string latest, earliest, pending, safe or finalized
full_blob_flag
boolean
If true (default), returns the complete blob data. If false, returns only the first 32 bytes of each blob.

Returns

result
array
An array of blob sidecar objects
blobSidecar
object
Contains the blob data, commitments and proofs
blobs
array
Array of blob data in hexadecimal format (complete data or first 32 bytes depending on full_blob_flag)
commitments
array
Array of KZG commitments for the blobs
proofs
array
Array of KZG proofs for blob verification
blockHash
string
The hash of the block the blob is associated with
blockNumber
string
The block number in hexadecimal format
txHash
string
The hash of the transaction that includes the blob
txIndex
string
The index of the transaction in the block
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free