debug_traceTransaction
Provides a detailed record of how the transaction interacts with smart contracts, accounts, and other elements on the blockchain, helping developers understand what happened and troubleshoot issues.
Parameters
Sample Request
curl https://lb.nodies.app/v1/<INSERT URL> \
-H "x-api-key: <API-KEY>" \
-X POST \
-H "Content-Type: application/json" \
-d '{
"method": "debug_traceTransaction",
"params": [
"0x00389d11639c3d1b48019208565b4f12e1656762dcd3b91e5865e2c04c4191bf",
{
"tracer": "callTracer"
}
],
"id": 1,
"jsonrpc": "2.0"
}'Sample Response
Last updated