/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}