/eth/v1/beacon/blob_sidecars/{block_id} REST API Endpoint
The complete history of blob data is supported.
SSZ Response Support
This endpoint also supports SSZ (SimpleSerialize) responses. Set Accept: application/octet-stream in the request header to receive an SSZ-encoded payload instead of JSON. SSZ responses are smaller and faster to parse, and are useful for consensus-layer clients and indexers.
curl -X GET "YOUR_QUICKNODE_ETHEREUM_URL/eth/v1/beacon/blob_sidecars/{block_id}" \
-H "Accept: application/octet-stream" \
--output blob_sidecars.ssz
パスパラメータ
block_id
文字列
必須
読み込み中...
返品
データ
配列
読み込み中...
目次
文字列
読み込み中...
blob
文字列
読み込み中...
kzg_commitment
文字列
読み込み中...
kzg_proof
文字列
読み込み中...
signed_block_header
オブジェクト
読み込み中...
メッセージ
オブジェクト
読み込み中...
スロット
文字列
読み込み中...
proposer_index
文字列
読み込み中...
parent_root
文字列
読み込み中...
state_root
文字列
読み込み中...
body_root
文字列
読み込み中...
署名
文字列
読み込み中...
kzg_commitment_inclusion_proof
オブジェクト
読み込み中...
リクエスト
回答
1{2"version": "deneb",3"execution_optimistic": false,4"finalized": false,5"data": []6}
1{2"version": "deneb",3"execution_optimistic": false,4"finalized": false,5"data": []6}