Ethereum API
eth_getFilterChanges
Returns filter changes since last poll
POST
Body
application/json
JSON-RPC version
The method to call
Filter ID
Request identifier
Response
200 - application/json
Returns the filter changes
Example:
"2.0"
Example:
1
Array of log objects or block hashes
Example:
[
"0x7d41f9c59bbb29e583acd91c897f6db64b0cbf7b2102b4edf9cf7c69e901b24e",
"0x183082354c667d6261e05606e59745ef43b527545cd0cfa7a0ea1bb3e46cdb87"
]
Was this page helpful?