trace_filter
Returns traces matching given filter.
Parameters:
Returns:
Example:
// Request
curl https://ethereum.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"method":"trace_filter","params":[{"fromBlock":"0xf2f8c7","toBlock":"0xf2f8c8"}],"id":1,"jsonrpc":"2.0"}'
// Result
{
"jsonrpc":"2.0",
"id":1,
"result":{as described above}
}Last updated
Was this helpful?