Return traces matching an address and block filter
POST
Returns localized transaction traces matching the supplied filter. The filter can constrain the block range, sender addresses, recipient addresses, offset, and result count.
Body
application/json
Returns localized transaction traces matching the supplied filter. The filter can constrain the block range, sender addresses, recipient addresses, offset, and result count.
Request payload for trace_filter.
jsonrpcstring2.0requiredJSON-RPC protocol version.
methodstringtrace_filterrequiredJSON-RPC method name.
idinteger | stringrequiredClient-provided JSON-RPC request identifier. The same value is returned in the response.
paramsArray<TraceFilter>requiredParameters: trace filter object.
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.