trace_filter

Returns traces matching given filter

Parameters

Object - An object of type TraceFilter

  • fromBlock: TAG - (optional) From this block.
  • toBlock: TAG - (optional) To this block.
  • fromAddress: DATA, 20 Bytes - (optional) Sent from these addresses.
  • toAddress: DATA, 20 Bytes - (optional) Sent to these addresses.
  • after: QUANTITY - (optional) The offset trace number
  • count: QUANTITY - (optional) Integer number of traces to display in a batch.

Returns

Object - An object of type AdHocTraceArray matching the given filter.

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