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": [
"0x043e6131d6dd6bff2f4bae54bcbb3d23e80ce67b89037fb96778be7c37f47271",
{
"tracer": "4byteTracer"
}
],
"id": 1,
"jsonrpc": "2.0"
}'Sample Response
Last updated