eth_getBlobSidecarByTxHash

Description

Returns blob sidecars for a transaction hash.

Counts as 1 request. See Request Counting.

Parameters

ParameterTypeRequiredDescription
transactionHashhexYesTransaction hash with blob

Request

{ "jsonrpc": "2.0", "method": "eth_getBlobSidecarByTxHash", "params": [ "0x..." ], "id": 1 }

Code Examples

curl -X POST https://bsc-rpc.blockreq.com/v1/rpc/public \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"eth_getBlobSidecarByTxHash","params":["0x..."],"id":1}'

Try It