eth_getLogs
Returns an array of all logs matching filter with given id.
Parameters
filters*
Type: object
Returns
array
Items Type:
▶
Array Items
📤 Request
curl --request POST \
--url https://testnet-rpc.monad.xyz \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 0,
"jsonrpc": "2.0",
"method": "eth_getLogs",
"params": []
}
'