Eth_getFilterChanges

Get Filter Changes

post

Returns an array of logs that occurred since the last poll for the specified filter ID. The filter must have been previously created with eth_newFilter or eth_newBlockFilter or eth_newPendingTransactionFilter.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequired

JSON-RPC version.

Example: 2.0
methodstringRequired

JSON-RPC method name.

Example: eth_getFilterChanges
paramsstring[] · min: 1 · max: 1Required

Parameters array with a single element:

  1. The filter ID (hex string).
Example: ["0x16"]
idintegerRequired

Request identifier.

Example: 1
Responses
chevron-right
200

Array of log objects or transaction hashes depending on filter type

application/json
jsonrpcstringOptional

JSON-RPC version.

Example: 2.0
idintegerOptional

Request ID.

Example: 1
post
/
200

Array of log objects or transaction hashes depending on filter type

Last updated