[Filter] eth_getLogs
Returns an array of all logs matching a given filter object.
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_getLogs
Request
Responses
- 200
Returns an array of all logs matching a given filter object.