[Filter] eth_getFilterLogs
Returns an array of all logs matching filter with given id, which has been obtained using eth_newFilter. Note that filter ids returned by other filter creation functions, such as eth_newBlockFilter or eth_newPendingTransactionFilter , cannot be used with this function.
The execution of this API can be limited by two node configurations to manage resources of Kaia node safely.
-
The number of maximum returned results in a single query (Default: 10,000).
-
The execution duration limit of a single query (Default: 10 seconds).
JSONRPC: eth_getFilterLogs
Request
Responses
- 200
Returns an array of all logs matching filter with given id, which has been obtained using eth_newFilter.