curl --request POST \ --url https://api.uniblock.dev/uni/v1/json-rpc?chainId=137 \ --header 'content-type: application/json' \ --data '{ "id": 1, "jsonrpc": "2.0", "method": "trace_replayBlockTransactions", "params": [ "0x2ed119", [ "trace" ] ] }'
{ "jsonrpc": "2.0", "id": 1, "result": [ { "output": "0x", "stateDiff": null, "trace": [ { "__truncated": true } ], "transactionHash": "0x...", "vmTrace": null } ] }
trace_replayBlockTransactions
params[0]
params[1]
Show items
Show properties