trace_get
Returns trace of a transaction at given position.
Parameters
Transaction Hash.Index positionof the transaction in hex code.
Sample Request
curl https://lb.nodies.app/v1/<INSERT URL> \
-H "x-api-key: <API-KEY>" \
-X POST \
-H "Content-Type: application/json" \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "trace_get",
"params": [
"0xfbca383f87589d8f4234b53d5496711a0be6e79415bc20495bdf969765db4f9d",
"0x0"
]
}'Sample Response
Last updated