/eth/v1/beacon/blobs/{block_id} REST API Endpoint
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/blobs/{block_id}" \
-H "Accept: application/octet-stream" \
--output blobs.ssz
Parâmetros do caminho
block_id
cadeia de caracteres
OBRIGATÓRIO
A carregar...
Parâmetros de consulta
versioned_hashes
matriz
A carregar...
Devoluções
execution_optimistic
booleano
A carregar...
finalized
booleano
A carregar...
dados
matriz
A carregar...
Pedido
Resposta
1{2"execution_optimistic": false,3"finalized": false,4"data": [5"0x1bba05e7d2009b32fc1207d86408d35abfba31c0f2b7c44cff6deeb9042211b935fb48bbc5c07c8c418a4..."6]7}
1{2"execution_optimistic": false,3"finalized": false,4"data": [5"0x1bba05e7d2009b32fc1207d86408d35abfba31c0f2b7c44cff6deeb9042211b935fb48bbc5c07c8c418a4..."6]7}
Ainda não tem uma conta?
Crie o seu ponto de extremidade Quicknode em segundos e comece a desenvolver
Comece gratuitamente