EXPERIMENTAL_changes(data_changes_general) {disallowed} - NEAR Protocol
Example code for the EXPERIMENTAL_changes(data_changes_general) {disallowed} json-rpc method. Сomplete guide on how to use EXPERIMENTAL_changes(data_changes_general) {disallowed} json-rpc in GetBloc
Parameters
changes_type
- string
type of changes
account_ids
- array of string
an array of account ids
key_prefix_base64
- string
key prefix
block_id
- int
block id
Request
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "EXPERIMENTAL_changes",
"params": {"changes_type": "data_changes"},
"id": "getblock.io"}'
Response
{
"result": "null",
"id": "getblock.io",
"status_code": 405,
"message": "Method not allowed"
}
PreviousEXPERIMENTAL_changes(data_changes_deploy) {disallowed} - NEAR ProtocolNextEXPERIMENTAL_changes_in_block {disallowed} - NEAR Protocol
Last updated