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