Skip to main content
Checks whether a specific transaction is present in the node’s mempool. Use this to confirm that a submitted transaction has been received before it appears in a Flashblock.
Only available on Flashblocks endpoints: https://mainnet.base.org / https://sepolia.base.org.
Requires base/base minimum client version v0.3.0.

Parameters

string
required
The 32-byte transaction hash to query.

Returns

object
Transaction status object.

Example