trace_filter
POST/
Filters and traces the execution of transactions matching the specified criteria. Users can set various conditions such as block number range, addresses used, and tokens used, and obtain trace information for transactions that match these criteria.
Experiencing slow response times? Response time may increase depending on the block range!
Specifying a wide block range or including blocks with many events may cause delayed responses or timeouts.
For faster responses, consider the following recommendations:
- Set the fromBlock ~ toBlock range to 1000 blocks or less.
- When using latest as blockTag, the internal block number may not be known, which can increase response time.
In that case, query the latest block number with eth_blockNumber and specify it explicitly.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 408
- 409
- 413
- 414
- 429
- 500
- 503
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Request Timeout
Conflict
Payload Too Large
URI Too Long
Too Many Requests
Internal Server Error
Service Unavailable