Tracing API =========== .. py:module:: web3.tracing The ``web3.tracing`` object exposes modules that enable you to interact with the JSON-RPC ``trace_`` endpoints supported by Erigon and Nethermind. The following methods are available on the ``web3.tracing`` namespace: .. py:method:: trace_replay_transaction .. py:method:: trace_replay_block_transactions .. py:method:: trace_filter .. py:method:: trace_block .. py:method:: trace_transaction .. py:method:: trace_call .. py:method:: trace_raw_transaction