Skip to main content

debug_getModifiedAccountsByHash RPC Method

Returns all accounts that have changed between the two blocks specified by their block hashes.

Updated on
Aug 7, 2024

debug_getModifiedAccountsByHash RPC Method

Parameters

StartBlockHash
string
REQUIRED
The first block hash of the range to check
EndBlockHash
string
The last block hash of the range

Returns

result
array
The list of addresses modified between the given range
Request
1
curl https://docs-demo.kaia-kairos.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "debug_getModifiedAccountsByHash",
6
"id": 1,
7
"jsonrpc": "2.0",
8
"params": ["0xcc1ac1e244f9f83b812b5d77ada1c399f02ea7b61e72ff31789d9ef6dad45442"]
9
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free