📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST trace_transaction

dropdown

方法 RPC trace_transaction 例如 Ethereum (ETH)

POST trace_transaction

为指定的事务提供跟踪类型的事务处理。

Parameters

data -

交易哈希

Request

curl --location --request POST 'https://eth.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "trace_transaction",
"params": ["0x4c253746668dca6ac3f7b9bc18248b558a95b5fc881d140872c2dff984d344a7"],
"id": "getblock.io"}'


Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": []
}