Skip to main content

GetFilterChanges

Filters

Implements eth_getFilterChanges.

Params

(1)

1. id (required)

string

The ID of the filter that should be polled.

Result

(filterChanges)
filterChanges

The array of logs, block headers or pending transactions that have occurred since the last poll of the filter.

API credentials

Username

Token

Params

id


Request

curl -X POST https://api.devnet.nil.foundation/api/undefined/undefined \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_getFilterChanges",
"params": [
null
],
"id": 1
}'