eth_newBlockFilter RPC Method
To use the eth_newBlockFilter method on the Avalanche C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.
Parameters
This method does not accept any parameters
Returns
result
It returns a filter id to be used when calling eth_getFilterChanges
Request
1curl https://docs-demo.avalanche-mainnet.quiknode.pro/ext/bc/C/rpc/ext/bc/C/rpc \2-X POST \3-H "Content-Type: application/json" \4--data '{"jsonrpc":"2.0","method":"eth_newBlockFilter","params":[],"id":67}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free