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

Body

application/json
jsonrpc
string
default:2.0
required

JSON-RPC version

method
string
default:debug_traceCall
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.