EXPERIMENTAL_changes(data_changes_deploy) {disallowed} - NEAR Protocol

Example code for the EXPERIMENTAL_changes(data_changes_deploy) {disallowed} json-rpc method. Сomplete guide on how to use EXPERIMENTAL_changes(data_changes_deploy) {disallowed} json-rpc in GetBlock.

Parameters

changes_type - string

type of changes

account_ids - array of string

an array of account ids

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"
}

Last updated