Tracers

Trace a transaction clause

post

This endpoint allows you to create a tracer for a specific clause. Tracers are instrumental in monitoring and analyzing the execution flow within the EVM. You can customize the tracer using various options to tailor it to your specific debugging needs.

Body
all ofOptionalExample: {"target":"0x010709463c1f0c9aa66a31182fb36d1977d99bfb6526bae0564a0eac4006c31a/0/0","name":"prestate","config":{}}
and
Responses
200
OK
application/json
Responseobject

The response will depend on the type of tracer you have created.

post
POST /debug/tracers HTTP/1.1
Host: vet.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 113

{
  "target": "0x010709463c1f0c9aa66a31182fb36d1977d99bfb6526bae0564a0eac4006c31a/0/0",
  "name": "prestate",
  "config": {}
}
{}