eth_getFilterLogs - Ethereum
Shows you an array which contains all logs that suit the filter with the stated id
How to Use the eth_getFilterLogs Method
The size of response for getFilterLogs method varies due to your block range:
Block range > 50K: unavailable
Block range <= 100: No limitations
Block range between 100 and 50K: No more than 50K records can be responded
Parameters
QUANTITY - an id of the filter.
What you receive
Look at eth_getFilterChanges for understanding.
Sample
Here is a typical appliance example.
Call
Outcome
Last updated