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 Receipt API

The EXPERIMENTAL Receipt API from NEAR Protocol — 1 operation(s) for experimental receipt.

NEAR Protocol EXPERIMENTAL Receipt 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 Receipt. 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 48 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 48 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 Receipt 1
POST
/EXPERIMENTAL_receipt
Fetches a receipt by its ID (as is, without a status or execution outcome)
EXPERIMENTAL_receipt body → 200

Schemas 48

The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are DelegateAction (6 properties), DelegateActionV2 (6 properties), RpcReceiptResponse (5 properties), FunctionCallAction (4 properties). Each schema is shown below with its type and property counts.

TransferToGasKeyAction
object
Transfer NEAR to a gas key's balance
2 properties 2 required
JsonRpcRequest_for_EXPERIMENTAL_receipt
object
4 properties 4 required
StakeAction
object
An action which stakes signerid tokens and setup's validator public key
2 properties 2 required
RpcReceiptRequest
object
1 property 1 required
NearToken
string
AccessKey
object
Access key provides limited access to an account. Each access key belongs to some account and is identified by a unique (within the account) public key. One ac…
2 properties 2 required
DelegateActionV2
object
Delegate action with gas key support: nonce selects either the access key's nonce or one of a gas key's parallel nonces by index, mirroring TransactionV1.
6 properties 6 required
FunctionCallPermission
object
Grants limited permission to make transactions with FunctionCallActions The permission can limit the allowed balance to be spent on the prepaid gas. It also re…
3 properties 2 required
DeleteAccountAction
object
1 property 1 required
ReceiptEnumView
GlobalContractIdentifierView
FunctionArgs
string
This type is used to mark function arguments. NOTE: The main reason for this to exist (except the type-safety) is that the value is transparently serialized an…
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…
NearGas
integer
JsonRpcResponse_for_RpcReceiptResponse_and_RpcReceiptError
object
2 properties 2 required
UseGlobalContractAction
object
Use global contract action
1 property 1 required
GlobalContractDeployMode
RpcReceiptError
CreateAccountAction
object
Create account action
AccessKeyView
object
Describes access key permission scope and nonce.
2 properties 2 required
DeployContractAction
object
Deploy contract action
1 property 1 required
RpcReceiptResponse
object
5 properties 4 required
TransactionNonce
ErrorWrapper_for_RpcReceiptError
TransferAction
object
1 property 1 required
GasKeyInfo
object
2 properties 2 required
InternalError
DeleteKeyAction
object
1 property 1 required
DataReceiverView
object
2 properties 2 required
DeterministicStateInitAction
object
2 properties 2 required
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…
DelegateAction
object
This action allows to execute the inner actions behalf of the defined sender.
6 properties 6 required
AccessKeyPermission
Defines permissions for AccessKey
VersionedDelegateActionPayload
Versions of the delegate action carried by Action::DelegateV2. New versions add a variant here rather than a new Action variant. The variant is part of the sig…
PublicKey
string
FunctionCallAction
object
4 properties 4 required
CryptoHash
string
AccessKeyPermissionView
Describes the permission scope for an access key. Whether it is a function call or a full access key.
WithdrawFromGasKeyAction
object
Withdraw NEAR from a gas key's balance to the account. This action must only be available via transactions, not via contract execution (there is no correspondi…
2 properties 2 required
DeterministicAccountStateInitV1
object
2 properties 2 required
ActionView
RpcRequestValidationErrorKind
DeterministicAccountStateInit
NonDelegateAction
An Action that can be included in a transaction or receipt, excluding delegate actions. This type represents all possible action types except DelegateAction to…
Signature
string
AddKeyAction
object
An action that adds key with public key associated
2 properties 2 required
GlobalContractIdentifier
DeployGlobalContractAction
object
Deploy global contract action
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

near-experimental-receipt-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 API
NEAR Protocol EXPERIMENTAL Changes In Block API
NEAR Protocol EXPERIMENTAL Congestion Level API