Caducues EVM JSON-RPC
eth

getFilterLogs

1min
POST

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` .

Parameters

data - Filter ID.

Returns

See eth_getFilterChanges

Authentication
Authorization
Body Parameters
body
Responses
200




Updated 25 Mar 2024
Did this page help you?