본문으로 건너뛰기

/eth/v1/beacon/blob_sidecars/{block_id} REST API Endpoint

로딩 중...

업데이트 날짜:
2026년 7월 7일

/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
}
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요