Eth_newBlockFilter

Create a new block filter

post
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_newBlockFilter
idintegerRequiredExample: 1
Responses
chevron-right
200

Filter ID created successfully

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
resultstringOptional

Filter identifier as a hex string.

Example: 0x16
post
/
200

Filter ID created successfully

Last updated