Skip to main content

debug_traceTransaction RPC Method

Returns all traces of given transaction (Trace Mode required). The API credit value for this method is 9.

Updated on
Aug 18, 2023

debug_traceTransaction RPC Method

Please note that this RPC method is available by default for all Build & Scale plans. If you are using the Discover plan, you will need to upgrade to a paid plan to utilize this method. See our pricing for more information.

Parameters

hash
The hash of a transaction.

Returns

This method returns nothing
Request
1
curl https://docs-demo.avalanche-mainnet.quiknode.pro/ext/bc/C/rpc/ext/bc/C/rpc \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"debug_traceTransaction","params":["0x9c7c5b4b6ea006843298ebbdc4494ebee427ab8d794f62c2c06373e70e296d84"],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free