alchemy_getTransactionReceipts
alchemy_getTransactionReceipts
Request
Object identifying the block. Must contain a blockNumber (hex-encoded number or named tag). On Conduit RPCs, blockHash is NOT supported — use blockNumber only.
Response
The actual value per gas deducted from the sender’s account. Before EIP-1559, this is equal to the transaction’s gas price. After, it is equal to baseFeePerGas + min(maxFeePerGas - baseFeePerGas, maxPriorityFeePerGas).
The amount of blob gas used for this specific transaction. Only specified for blob transactions as defined by EIP-4844.
The post-transaction state root. Only specified for transactions included before the Byzantium upgrade.
Either 1 (success) or 0 (failure). Only specified for transactions included after the Byzantium upgrade.
The actual value per gas deducted from the sender’s account for blob gas. Only specified for blob transactions as defined by EIP-4844.
OP-Stack only. Total L1 data-availability fee paid for this transaction, in wei.
OP-Stack only. L1 gas used to post this transaction’s data to L1 calldata or blobs.
OP-Stack only. L1 base fee at the time this transaction was posted, in wei.
OP-Stack only. Scalar applied to L1 fee. Used by pre-Ecotone fee model; superseded by l1BaseFeeScalar / l1BlobBaseFeeScalar post-Ecotone.
OP-Stack only. Post-Ecotone scalar applied to the L1 base fee component.
OP-Stack only. L1 blob base fee at the time this transaction was posted, in wei.
OP-Stack only. Post-Ecotone scalar applied to the L1 blob base fee component.
OP-Stack only. Data-availability footprint scalar (used by some OP-Stack chains for DA pricing).
OP-Stack only. Present on deposit transactions (type 0x7e). Sequencer-assigned monotonic nonce for the deposit.
OP-Stack only. Present on deposit transactions (type 0x7e). Version of the deposit receipt format.