본문으로 건너뛰기

[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

Returns an array of all logs matching a given filter object.

페이지를 개선해 주세요