Eth getFilterChanges

Polling method for a filter, which returns an array of logs which occurred since last poll.

post

Request body sample: {"jsonrpc":"2.0","method":"eth_getFilterChanges","params":["0x16"],"id":73}

Body
idintegerOptional
jsonrpcstringOptional
methodstringOptional
paramsany[] | nullableOptional
Responses
application/json
objectOptional
post
POST / HTTP/1.1
Host: eth_getFilterChanges
Content-Type: application/json
Accept: */*
Content-Length: 53

{
  "id": 1,
  "jsonrpc": "text",
  "method": "text",
  "params": []
}
200

OK

{
  "id": 1,
  "jsonrpc": "text",
  "result": "text"
}