trace_transaction

BaseC3

Returns the ordered list of traces (calls, creates, suicides) produced by executing a transaction — the parity-style trace namespace. Served from our archive nodes, so tracing isn't a premium add-on.

Endpoint
POST https://api.1st-node.com/v1/base/rpc

Parameters

NameTypeDescription
hashDATA, 32 bytesTransaction hash to trace.

Returns

Array — trace entries with action, result, and call tree position.

Request

curl https://api.1st-node.com/v1/base/rpc \
  -H "Authorization: Bearer $ONE_KEY" \
  -H "content-type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "trace_transaction",
  "params": ["0x88df…"]
}'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "trace_transaction",
  "params": ["0x88df…"]
}

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": [{ "action": { "from": "0x…", "to": "0x…", "callType": "call" }, "result": { "gasUsed": "0x…" } }]
}
More trace methods on Base

Base API

よくある質問

Is tracing a premium tier?

No — trace and debug run on our archive nodes and are metered in credits like any method.

チャージして、キーを取得し、リリース。

セルフサーブ。暗号資産またはカードで支払い。クレジットで従量課金——重いプリミティブは高く、単純なものは安価。

APIキーを取得