eth_getFilterChanges
Polling method for a filter, which returns an array of events that have occurred since the last poll. The API credit value for this method is 80.
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"eth_getFilterChanges","params":["YOUR_FILTER_ID"],"id":1,"jsonrpc":"2.0"}'Last updated
Was this helpful?