State Changes
EXPERIMENTAL_changes request type
Fetch detailed state changes in a block — filter by account, key prefix, or change type.
EXPERIMENTAL_changes request type
Fetch detailed state changes in a block — filter by account, key prefix, or change type.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
This operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "changes",
"params": {
"finality": "final",
"changes_type": "account_changes",
"account_ids": [
"root.near"
]
}
}jsonrpc *string2.0id *stringmethod *stringchangesparams *objectOne of multiple possible types
Successful response
jsonrpc *string2.0id *one ofresultobjectblock_hash *stringBase58-encoded hash
changes *arrayitemsobjectcause *objectOne of multiple possible types
errorobjectcodeintegermessagestringdataobject