本页面使用机器翻译自英语,可能包含错误或不清楚的语言。如需最准确的信息,请参阅英文原文。由于更新频繁,部分内容可能与英文原文有出入。请加入我们在 Crowdin 上的努力,帮助我们改进本页面的翻译。 (Crowdin translation page, Contributing guide)
[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.