Skip to main content

eth_newBlockFilter | Ethereum Method

POST 

https://ethereum.callstaticrpc.com/:apiKey

Creates a filter in the node, to notify when a new block arrives.

Request

Responses

Returns a filter id.
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"
}'
Request Collapse all
Base URL
https://ethereum.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "eth_newBlockFilter"
}
ResponseClear

Click the Send API Request button above and see the response here!