Skip to main content
POST
eth_newBlockFilter
Robinhood Chain API method that creates a filter in the node to notify when a new block arrives.

Parameters

None

Response

  • quantity — a filter ID

eth_newBlockFilter code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_newBlockFilter
params
any[]

Response

200 - application/json

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

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026