Nhảy tới nội dung

[Filter] kaia_getFilterLogs

Returns an array of all logs matching filter with given id, which has been obtained using kaia_newFilter.Note that filter ids returned by other filter creation functions, such as kaia_newBlockFilter or kaia_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: kaia_getFilterLogs

Request

Responses

Returns an array of all logs matching filter with given id. See kaia_getFilterChanges.

Cải thiện trang này