eth_newBlockFilter | Ethereum Method
POSThttps://ethereum.callstaticrpc.com/:apiKey
Creates a filter in the node, to notify when a new block arrives.
Request
Responses
- 200
Returns a filter id.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://ethereum.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_newBlockFilter"
}'
ResponseClear