eth_newFilter
Creates a filter object based on the given filter options, to notify when the state changes (logs).
To check if the state has changed, call eth_getFilterChanges. This method uses 80 credits from your daily balance.
Expires after 15 minutes of inactivity
Filters that are not polled using eth_getFilterChanges automatically
expires after 15 minutes of inactivity.
Filter IDs can be polled by any connection using the same API key.