Skip to main content

eth_getFilterChanges RPC Method

Loading...

Updated on
Apr 10, 2026

eth_getFilterChanges RPC Method

Parameters

filter ID
string
REQUIRED
Loading...

Returns

array
Loading...
eth_newBlockFilter
Loading...
blockHash
Loading...
eth_newBlockFilter
Loading...
address
Loading...
topics
Loading...
data
Loading...
blockNumber
Loading...
transactionHash
Loading...
transactionIndex
Loading...
blockHash
Loading...
logIndex
Loading...
removed
Loading...
Request
1
curl -X POST "https://docs-demo.vana-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getFilterChanges",
6
"params": [
7
"YOUR_FILTER_ID"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.vana-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getFilterChanges",
6
"params": [
7
"YOUR_FILTER_ID"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"address": "0x2367325334447c5e1e0f1b3a6fb947b262f58312",
7
"topics": [
8
"0x2cb0eed7538baeae4c6fde038c0fd0384d27de0dd55a228c65847bda6aa1ab56"
9
],
10
"data": "0x0000000000000000000000006788f52439aca6bff597d3eec2dc9a44b8fee84200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000014",
11
"blockNumber": "0x76a04b",
12
"transactionHash": "0x744b8d56098aa12c67f744cf7552707ebd580d3379fc359a6d19004428f985c7",
13
"transactionIndex": "0x0",
14
"blockHash": "0x32f9b0a1184bc616deb565c83e22c7cd2e368c624afcf5ce80dd9933bdef3449",
15
"blockTimestamp": "0x69cfd4dd",
16
"logIndex": "0x0",
17
"removed": false
18
}
19
]
20
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"address": "0x2367325334447c5e1e0f1b3a6fb947b262f58312",
7
"topics": [
8
"0x2cb0eed7538baeae4c6fde038c0fd0384d27de0dd55a228c65847bda6aa1ab56"
9
],
10
"data": "0x0000000000000000000000006788f52439aca6bff597d3eec2dc9a44b8fee84200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000014",
11
"blockNumber": "0x76a04b",
12
"transactionHash": "0x744b8d56098aa12c67f744cf7552707ebd580d3379fc359a6d19004428f985c7",
13
"transactionIndex": "0x0",
14
"blockHash": "0x32f9b0a1184bc616deb565c83e22c7cd2e368c624afcf5ce80dd9933bdef3449",
15
"blockTimestamp": "0x69cfd4dd",
16
"logIndex": "0x0",
17
"removed": false
18
}
19
]
20
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free