Skip to main content

/eth/v1/beacon/blob_sidecars/{{block_id}} RPC Method

Retrieves blob sidecars for a given block id.

Updated on
Feb 27, 2024

/eth/v1/beacon/blob_sidecars/{{block_id}} RPC Method

Parameters

block_id
string
REQUIRED
The state identifier. It can be a slot number, blockRoot (encoded in hexadecimal format) or tags (Supported tags include - head (canonical head in node's view), genesis, finalized or justified)

Returns

data
array
The blob sidecar object containing the following values:
index
string
The index of the sidecar
blob
string
The blob of data associated with the sidecar
kzg_commitment
string
The KZG commitment for the data
kzg_proof
string
The KZG proof for the data
signed_block_header
object
A signed block header object containing messages and their signature
message
object
The message object
slot
string
The slot position in numerical value
proposer_index
string
The propser index value in numerical value
parent_root
string
The parent root hash
state_root
string
The state root hash
body_root
string
The body root hash
signature
string
The signature hash of the message object
kzg_commitment_inclusion_proof
object
An array of KZG commitment inclusion proof hashes
Request
1
curl -X GET \
2
"https://docs-demo.quiknode.pro/eth/v1/beacon/blob_sidecars/head" \
3
-H "accept: application/json"
4
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free