trace_filter

Returns traces that match the specified filter criteria.

📘

Note: Available to paying Infura Customers


Description

Returns traces matching the specified filter. The response is limited to 10000 traces per response.

Parameters

  • filter object [Required] with the following keys and their values:
    • fromBlock: [optional] Trace starts at this block.
    • toBlock: [optional] Trace stops at this block.
    • fromAddress: [optional] Include only traces sent from this address.
    • toAddress: [optional] Include only traces with this destination address.
    • after: [optional] The offset trace number.
    • count: [optional] Number of traces to display in a batch.

Returns

A trace list that matches the supplied filter.


Language
Authorization
Header
Click Try It! to start a request and see the response here!