/v1/beacon/blob_sidecars/{block_id}
GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/beacon/blob_sidecars/{block_id}
Retrieves blob sidecars for a given block.
If the indices query parameter is specified, only the blob sidecars with the given indices will be returned. Ordering of returned blob sidecars is not guaranteed.
Path Parameters
block_idstringrequiredBlock identifier. Can be one of: head (canonical head in node's view), genesis, finalized, <slot>, <hex encoded blockRoot with 0x prefix>.
Query Parameters
indicesstring[]optionalArray of indices for blob sidecars to request. If not provided, all blob sidecars in the block will be returned.
Responses
200
Blob sidecars retrieved successfully.
Was this page helpful?