eth_newFilter - Ethereum
Builds up a filter object which notifies you every time the state changes. A filter object is based on filter options and shows changes via the command eth_getFilterChanges
How to Use the eth_newFilter Method
Parameters
What you receive
Sample
Call
curl https://eth-mainnet.rpcfast.com/?api_key=<key> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_newFilter","params":[{"topics":["0x0000000000000000000000000000000000000000000000000000000012341234"]}],"id":1}'
Outcome
Last updated