본문으로 건너뛰기

/eth/v1/validator/blinded_blocks/{slot} RPC Method

로딩 중...

업데이트 날짜:
2026년 5월 21일

/eth/v1/validator/blinded_blocks/{slot} RPC Method

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/validator/blinded_blocks/{slot}?randao_reveal=RANDAO_REVEAL&graffiti=GRAFFITI" \
-H "Accept: application/octet-stream" \
--output blinded_block.ssz

경로 매개변수

슬롯
문자열
필수
로딩 중...

쿼리 매개변수

randao_reveal
문자열
필수
로딩 중...
graffiti
문자열
로딩 중...
skip_randao_verification
부울
로딩 중...

반품

버전
문자열
로딩 중...
데이터
객체
로딩 중...
슬롯
문자열
로딩 중...
proposer_index
문자열
로딩 중...
parent_root
문자열
로딩 중...
state_root
문자열
로딩 중...
body
객체
로딩 중...
randao_reveal
문자열
로딩 중...
eth1_data
객체
로딩 중...
deposit_root
문자열
로딩 중...
deposit_count
문자열
로딩 중...
block_hash
문자열
로딩 중...
graffiti
문자열
로딩 중...
proposer_slashings
배열
로딩 중...
attester_slashings
배열
로딩 중...
attestations
배열
로딩 중...
deposits
배열
로딩 중...
voluntary_exits
배열
로딩 중...
요청
답변
1
{
2
"data": {
3
"aggregation_bits": "0x01110101010001010001000100010100101010100010101010101010101010101010101010101011",
4
"signature": "0x96a66b0b31bbdc6348378210e0c4c2049c2d5241f44bfe5ac97ebcbbb6e3be941d3d127248114c4565b900c53ea186901196696974b90b292a286d17390e299999b95aa5f7e941810d0b70b1f945bdd4efbcc0af0ac0159004f9af7794f48157",
5
"data": {
6
"slot": "4903392",
7
"index": "2",
8
"beacon_block_root": "0x8c52d736a5bc2a6bc90958cf04b7ac5bd0e3bba8c3a21586f84b92ecfac34025",
9
"source": {
10
"epoch": "153230",
11
"root": "0x4e3af6de006f32fb28a6f049bc4daa5cbe895b2badee473749c710e456c5cbe7"
12
},
13
"target": {
14
"epoch": "153231",
15
"root": "0x1e7ab76514893a35ce5d578188214f4c7354001002d45a18f60ab144b2932acb"
16
}
17
}
18
}
19
}
1
{
2
"data": {
3
"aggregation_bits": "0x01110101010001010001000100010100101010100010101010101010101010101010101010101011",
4
"signature": "0x96a66b0b31bbdc6348378210e0c4c2049c2d5241f44bfe5ac97ebcbbb6e3be941d3d127248114c4565b900c53ea186901196696974b90b292a286d17390e299999b95aa5f7e941810d0b70b1f945bdd4efbcc0af0ac0159004f9af7794f48157",
5
"data": {
6
"slot": "4903392",
7
"index": "2",
8
"beacon_block_root": "0x8c52d736a5bc2a6bc90958cf04b7ac5bd0e3bba8c3a21586f84b92ecfac34025",
9
"source": {
10
"epoch": "153230",
11
"root": "0x4e3af6de006f32fb28a6f049bc4daa5cbe895b2badee473749c710e456c5cbe7"
12
},
13
"target": {
14
"epoch": "153231",
15
"root": "0x1e7ab76514893a35ce5d578188214f4c7354001002d45a18f60ab144b2932acb"
16
}
17
}
18
}
19
}
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요