Caducues EVM JSON-RPC
eth
getFilterLogs
1min
POST
Authentication
Authorization
Body Parameters
body
Responses
200
Updated 25 Mar 2024
Did this page help you?
Returns an array of all logs matching filter with given id. Can compute the same results with an eth_getLogs call (see hint below).
`eth_getFilterLogs` is only used for filters created with `eth_newFilter`. To specify a filter
object and get logs without creating a filter, use `eth_getLogs` .
data
- Filter ID.
See eth_getFilterChanges