Skip to main content

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

Successful Response