POST
/
debug_traceTransaction
curl --request POST \
  --url https://api.mainnet.abs.xyz/debug_traceTransaction \
  --header 'Content-Type: application/json' \
  --data '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "debug_traceTransaction",
  "params": [
    "0x5e4243c644d2f1cd5a7ad6ef7b4bb233a3ed7eac71b7bd4fb71e2c62929a69ab",
    {
      "tracer": "callTracer"
    }
  ]
}'
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {}
}

Body

application/json
jsonrpc
string
default:2.0
required

JSON-RPC version

method
string
default:debug_traceTransaction
required

The method to call

params
any[]
required

Call parameters

id
integer
default:1
required

Request identifier

Response

200 - application/json
Returns the debug trace

The response is of type any.