Return a trace at a specific position in a transaction
POST
Returns a single localized transaction trace from a transaction hash and trace address index path.
Body
application/json
Returns a single localized transaction trace from a transaction hash and trace address index path.
Request payload for trace_get.
jsonrpcstring2.0requiredJSON-RPC protocol version.
methodstringtrace_getrequiredJSON-RPC method name.
idinteger | stringrequiredClient-provided JSON-RPC request identifier. The same value is returned in the response.
paramsArray<string | Array<string>>requiredParameters: transaction hash and trace address indices.
Response
200OK
Successful JSON-RPC response or JSON-RPC method error.
400Bad Request
Invalid HTTP request body or malformed JSON-RPC payload.
401Unauthorized
Missing or invalid API key.
500Internal Server Error
Internal server error.