Skip to main content

debug_traceCall RPC Method

Let's you run eth_call on top of a block (Trace Mode required). The API credit value for this method is 9.

Updated on
Jun 9, 2023

debug_traceCall RPC Method

Parameters

object
The transaction call object, should have this shape:

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_traceCall","params":[{"from":null,"to":"0x6b175474e89094c44da98b954eedeac495271d0f","data":"0x70a082310000000000000000000000006E0d01A76C3Cf4288372a29124A26D4353EE51BE"}, "latest"],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free