Skip to main content
Version: v. 1

probe receipt

Get the transaction receipt for a transaction

$ probe receipt --help
Usage: probe receipt [OPTIONS] <TX_HASH> [FIELD]

Arguments:
<TX_HASH>
The transaction hash

[FIELD]
If specified, only get the given field of the transaction

Options:
--confirmations <CONFIRMATIONS>
The number of confirmations until the receipt is fetched

[default: 1]

--async
Exit immediately if the transaction was not found

[env: PROBE_ASYNC=]

-r, --rpc-url <URL>
The RPC endpoint

[env: ETH_RPC_URL=]

--flashbots
Use the Flashbots RPC URL with fast mode (https://rpc.flashbots.net/fast). This shares the transaction privately with all registered builders. https://docs.flashbots.net/flashbots-protect/quick-start#faster-transactions

--jwt-secret <JWT_SECRET>
JWT Secret for the RPC endpoint.

The JWT secret will be used to create a JWT for a RPC. For example, the following can be used to simulate a CL `engine_forkchoiceUpdated` call:

probe rpc --jwt-secret <JWT_SECRET> engine_forkchoiceUpdatedV2 '["0x6bb38c26db65749ab6e472080a3d20a2f35776494e72016d1e339593f21c59bc", "0x6bb38c26db65749ab6e472080a3d20a2f35776494e72016d1e339593f21c59bc",
"0x6bb38c26db65749ab6e472080a3d20a2f35776494e72016d1e339593f21c59bc"]'

[env: ETH_RPC_JWT_SECRET=]

-h, --help
Print help (see a summary with '-h')

Display options:
-j, --json
Print as JSON