Skip to main content

debug_getModifiedAccountsByNumber RPC Method

Loading...

Updated on
Feb 24, 2026

debug_getModifiedAccountsByNumber RPC Method

Parameters

StartBlockNum
string
REQUIRED
Loading...
EndBlockNum
string
Loading...

Returns

result
array
Loading...
Request
1
curl -X POST "https://docs-demo.linea-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "debug_getModifiedAccountsByNumber",
6
"params": [
7
"23189979",
8
"latest"
9
],
10
"id": 1
11
}'
1
curl -X POST "https://docs-demo.linea-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "debug_getModifiedAccountsByNumber",
6
"params": [
7
"23189979",
8
"latest"
9
],
10
"id": 1
11
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
"0x6E0d01A76C3Cf4288372a29124A26D4353EE51BE",
6
"0x0fd43c8fabe26d70dfa4c8b6fa680db39f147460"
7
]
8
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
"0x6E0d01A76C3Cf4288372a29124A26D4353EE51BE",
6
"0x0fd43c8fabe26d70dfa4c8b6fa680db39f147460"
7
]
8
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free