← NEAR Protocol overview

NEAR Protocol · near

EXPERIMENTAL_changes_in_block

NEAR JSON-RPC: EXPERIMENTAL_changes_in_block

NEAR Protocol JSON-RPC. Reference: docs.near.org API

cURL

Endpoint: https://near-mainnet.eu1.azxa.io/<api-key> — replace <api-key> with your API key from the Azxa app .

Terminal
curl -X POST https://near-mainnet.eu1.azxa.io/<api-key> \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"EXPERIMENTAL_changes_in_block","params":[]}'

Example request

JSON-RPC
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "EXPERIMENTAL_changes_in_block",
  "params": []
}

Result

See node response

Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": null
}
Schema
{
  "type": "unknown"
}