eth_getLogs
Returns an array of logs matching specified filter criteria.
Parameters
Returns
Request
{
"jsonrpc": "2.0",
"method": "eth_getLogs",
"params": [
{
"fromBlock": "0x1",
"toBlock": "0x2",
"address": "0x8888f1f195afa192cfee860698584c030f4c9db1"
}
],
"id": 1
}curl https://rpc.dysnomia.icu -H "Content-Type: application/json" --data ''Response
Last updated