You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
32-byte beacon block root of the parent block (EIP-4788). Present on all Base blocks.
444
+
</ResponseField>
445
+
<ResponseFieldname="requestsHash"type="string">
446
+
Hash of the requests list (EIP-7685). Always the empty requests hash (`0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855`) on Base.
447
+
</ResponseField>
448
+
<ResponseFieldname="blobGasUsed"type="string">
449
+
Total blob gas consumed by blob-carrying transactions in this block (EIP-4844). Accurately reflects blob gas in both finalized and preconfirmed (Flashblocks) blocks.
450
+
</ResponseField>
451
+
<ResponseFieldname="excessBlobGas"type="string">
452
+
Cumulative excess blob gas used to calculate the blob base fee (EIP-4844).
453
+
</ResponseField>
442
454
</Expandable>
443
455
</ResponseField>
444
456
@@ -737,7 +749,7 @@ Returns transaction information for a given transaction hash.
737
749
ABI-encoded call data sent with the transaction. `"0x"` for plain ETH transfers.
Chain ID the transaction is valid for. `"0x2105"` for Base Mainnet, `"0x14a34"` for Base Sepolia.
@@ -908,7 +920,7 @@ Returns transaction information for a given block number and transaction index p
908
920
Returns the receipt for a mined transaction. Receipts are only available after the transaction has been included in a block.
909
921
910
922
<Info>
911
-
For preconfirmed transaction receipts before a block is sealed, use a [Flashblocks-aware endpoint](/base-chain/flashblocks/api-reference#eth_gettransactionreceipt).
923
+
For preconfirmed transaction receipts before a block is sealed, use a [Flashblocks-aware endpoint](/base-chain/flashblocks/api-reference#endpoints).
912
924
</Info>
913
925
914
926
**Parameters**
@@ -963,7 +975,13 @@ For preconfirmed transaction receipts before a block is sealed, use a [Flashbloc
963
975
`"0x1"` for a successful transaction, `"0x0"` for a failed (reverted) transaction.
Blob gas consumed by this transaction (EIP-4844). `"0x0"` for non-blob transactions. When querying via a [Flashblocks-aware endpoint](/base-chain/flashblocks/api-reference#endpoints), this is accurately propagated from the preconfirmed block state.
982
+
</ResponseField>
983
+
<ResponseFieldname="blobGasPrice"type="string">
984
+
Blob gas price at the time of the transaction (EIP-4844).
0 commit comments