eth_newFilter

Creates a filter object, based on filter options, to notify when the state changes (logs).

https://api.1inch.com/web3/143
Supported on:
Monad

Parameters

Filter (required)

Filter
* object
fromBlock
string
toBlock
string
address
any
oneOf[0]
null
oneOf[1]
string
oneOf[2]
array
items
string
topics
any
oneOf[0]
null
oneOf[1]
array
items
any
oneOf[0]
string
oneOf[1]
array
items
string
additionalProperties
none

Request

Request
object
jsonrpc
* string (Enum)
2.0
method
* string
params
array
items
object
fromBlock
string
toBlock
string
address
any
oneOf[0]
null
oneOf[1]
string
oneOf[2]
array
items
string
topics
any
oneOf[0]
null
oneOf[1]
array
items
any
oneOf[0]
string
oneOf[1]
array
items
string
additionalProperties
none
id
* number
1

Response

Filter identifier

Filter identifier
string
JSON
1

Did you find what you need?