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.
This method is only available on Flashblocks-aware endpoints. Connect to https://mainnet-preconf.base.org (or https://sepolia-preconf.base.org) to use it.
Requires base/base minimum client version v0.3.0.

Parameters

transactionHash
string
required
The 32-byte transaction hash to query.

Returns

result
object
Transaction status object.

Example

curl https://sepolia-preconf.base.org \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"base_transactionStatus","params":["0x..."],"id":1}'