eth_getFilterLogs

Returns an array of all logs matching filter with given id. Can compute the same results with an eth_getLogs call.

Log in to see full request history

🚧

Block range limitation

The response size for getFilterLogs method would be different according to your block range:
Block range > 50K: Not available
Block range <= 100: No response size limit
Block range between 100 and 50K: Maximum 50K records would be responded
View error code description here

Path Params
string
required
Defaults to 1659dfb40aa24bbb8153a677b98064d7
Body Params
integer
Defaults to 1
string
Defaults to 2.0
params
array of strings
length between 1 and 1

String - The filter id.

params
string
Defaults to eth_getFilterLogs
Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json