eth_getBlobSidecarByTxHash RPC Method
Parameters
transactionHash
string
REQUIRED
Hash of a transaction that includes a blob
full_blob_flag
boolean
If true (default), returns the complete blob data. If false, returns only the first 32 bytes of the blob.
Returns
result
object
The blob sidecar object associated with the transaction
blobSidecar
object
Contains the blob data, commitments and proofs
blobs
array
Array of blob data in hexadecimal format (complete data or first 32 bytes depending on full_blob_flag)
commitments
array
Array of KZG commitments for the blobs
proofs
array
Array of KZG proofs for blob verification
blockHash
string
The hash of the block the blob is associated with
blockNumber
string
The block number in hexadecimal format
txHash
string
The hash of the transaction that includes the blob
txIndex
string
The index of the transaction in the block
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free