EVM RPC API
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 numbercount
: QUANTITY - (optional) Integer number of traces to display in a batch.
Returns
Object - An object of type AdHocTraceArray matching the given filter.
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
api-key
string
requiredBody
application/json
id
integer
default: 1requiredjsonrpc
string
default: 2.0requiredmethod
string
default: trace_filterrequiredparams
any[]
requiredResponse
200 - application/json
id
integer
requiredjsonrpc
string
requiredresult
object[]
required