New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image
eth

ETH

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method eth_newBlockFilter undefined ()
connect with WS protocol

eth_newBlockFilter

info-circle-fill

Creates a filter in the node, to notify when a new block arrives. Tocheck if the state has changed, call eth_getFilterChanges.

Parameters

-

Request

wscat -c wss://eth.getblock.io/YOUR-API-KEY/mainnet/ 
# wait for connection and send the request body 
{"jsonrpc": "2.0",
"method": "eth_newBlockFilter",
"params": [],
"id": "getblock.io"}

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": "0xec7fd9e32b6a15314c8d4ebfa2d3daa9"
}
banner icon

Start Building with GetBlock RPCs for Free