arbtrace_get

Returns trace at given position.

Parameters

  1. Hash - Transaction hash.

  2. Array - Index positions of the traces.

Returns

  • Object - Trace object

Example

Request

curl https://arbitrum-one.blastapi.io/<project-id>
-X POST \
-H "Content-Type: application/json" \
-d '{"method":"trace_get","params":["0x405645e7c6a947428997945964b494c8c6013b3b1ce475944a497c1f2d57dfd9",["0x0"]],"id":1,"jsonrpc":"2.0"}'

Last updated