Beacon
Get blobs by block id
FREEversioned_hashes; omit to return every blob in the block.GET
https://eth.blobs.pinax.network/eth/v1/beacon/blobs/{block_id}
Required parameters
| Name | Type | Description |
|---|---|---|
block_idrequired path | string | Block identifier. One of: head, a slot number, or a hex-encoded block root with 0x prefix.e.g. head |
Optional parameters
| Name | Type | Description |
|---|---|---|
versioned_hashes query | array | CSV of 0x-prefixed 32-byte versioned hashes to filter by. Omit to return every blob in the block.e.g. 0x0100000000000000000000000000000000000000000000000000000000000000 |
Response
200 OK{ "data": [ "0x000000…" ], "execution_optimistic": false, "finalized": true }