Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NEAR Protocol EXPERIMENTAL Changes API

The EXPERIMENTAL Changes API from NEAR Protocol — 1 operation(s) for experimental changes.

NEAR Protocol EXPERIMENTAL Changes API is one of 60 APIs that NEAR Protocol publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include EXPERIMENTAL Changes. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and rate-limit docs.

This API exposes 1 operation across 1 path, and defines 24 schemas. It is described by OpenAPI 3.0.3, at version 3.0.3.

Requests are made against 2 base URLs: https://api.fastnear.com, https://test.api.fastnear.com.

1 operations 1 paths 24 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.3
Base URL
https://rpc.mainnet.near.org
Resource Areas
1

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

EXPERIMENTAL Changes 1
POST
/EXPERIMENTAL_changes
[Deprecated] Returns changes for a given account, contract or contract code for given block height or hash. Consider using changes instead.
EXPERIMENTAL_changes body → 200

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are JsonRpcRequest_for_EXPERIMENTAL_changes (4 properties), AccountWithPublicKey (2 properties), AccessKeyView (2 properties), RpcStateChangesInBlockResponse (2 properties). Each schema is shown below with its type and property counts.

NearToken
string
RpcStateChangesInBlockByTypeRequest
object
It is a [serializable view] of [StateChangesRequest]. [serializable view]: ./index.html [StateChangesRequest]: ../types/struct.StateChangesRequest.html
StoreValue
string
This type is used to mark values returned from store (arrays of bytes). NOTE: Currently, this type is only used in the viewclient and RPC to be able to transpa…
StateChangeWithCauseView
object
1 property 1 required
Finality
string
Different types of finality.
AccountId
string
NEAR Account Identifier. This is a unique, syntactically valid, human-readable account identifier on the NEAR network. [See the crate-level docs for informatio…
StateChangeCauseView
See crate::types::StateChangeCause for details.
AccessKeyView
object
Describes access key permission scope and nonce.
2 properties 2 required
AccountWithPublicKey
object
Account ID with its public key.
2 properties 2 required
InternalError
SyncCheckpoint
string
ShardId
integer
The shard identifier. It may be an arbitrary number - it does not need to be a number in the range 0..NUMSHARDS. The shard ids do not need to be sequential or…
PublicKeyHandle
string
StoreKey
string
This type is used to mark keys (arrays of bytes) that are queried from store. NOTE: Currently, this type is only used in the viewclient and RPC to be able to t…
PublicKey
string
CryptoHash
string
BlockId
AccessKeyPermissionView
Describes the permission scope for an access key. Whether it is a function call or a full access key.
JsonRpcResponse_for_RpcStateChangesInBlockResponse_and_RpcStateChangesError
object
2 properties 2 required
ErrorWrapper_for_RpcStateChangesError
RpcRequestValidationErrorKind
JsonRpcRequest_for_EXPERIMENTAL_changes
object
4 properties 4 required
RpcStateChangesError
RpcStateChangesInBlockResponse
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

near-experimental-changes-api-openapi.yml Raw ↑

Other APIs NEAR Protocol publishes across the network.

NEAR Protocol accounts API
NEAR Protocol Block API
NEAR Protocol Block Effects API
NEAR Protocol Broadcast Tx Async API
NEAR Protocol Broadcast Tx Commit API
NEAR Protocol Changes API
NEAR Protocol Chunk API
NEAR Protocol Client Config API
NEAR Protocol EXPERIMENTAL Call Function API
NEAR Protocol EXPERIMENTAL Changes In Block API
NEAR Protocol EXPERIMENTAL Congestion Level API
NEAR Protocol EXPERIMENTAL Genesis Config API