/eth/v1/beacon/blob_sidecars/{block_id}
Retrieves blob sidecars for a given block id. Depending on Accept header it can be returned either as json or as bytes serialized by SSZ. If the indices parameter is specified, only the blob sidecars
Parameters:
Example:
// Request
curl -X GET -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/blob_sidecars/head
// Result
{
"data": []
}Previous/eth/v1/beacon/blocks/{block_id}/attestationsNext/eth/v1/beacon/rewards/sync_committee/{block_id}
Last updated
Was this helpful?