NEAR RPC

NEAR RPC

Developed by Sintral
NEAR is a user-friendly and carbon-neutral blockchain, built from the ground up to be performant, secure, and infinitely scalable.
Freemium
Quotas & Limits
Consume CU & Limited by CUPS
Endpoint
Introduction
Quotas & Limits
API List 23
Supported Chains & Networks

Endpoint

https://nodereal.io/

Testing APIs

View Doc
View Doc
REQUEST
RESPONSE
Run the request and get a response.

Introduction

NEAR is a high-performance blockchain built without limits. Designed to be super-fast, incredibly secure, and infinitely scalable, NEAR allows anyone to build at scale and deploy at pace.


Simple to Use

  • Uses human-readable accounts (e.g. alice.near).
  • Leverages a web-based wallet, no need for users to install programs or browser extensions.
  • Possess a simple yet rich system of Access Keys to handle account permissions.

  • Fast and Environmentally Friendly

  • Transactions are incredibly fast (~1s transactions) and cheap _(<1¢ in fees).
  • The network is certified carbon-neutral.
  • NEAR consumes in a year the same energy bitcoin consumes in 3 minutes.
  • Quotas & Limits

    Membership Tier
    Monthly Quota
    Rate Limit
    Free
    Monthly Quota
    100,000,000 CUs
    Rate Limit
    300 CUPS
    N/A
    Growth
    Monthly Quota
    500,000,000 CUs
    Rate Limit
    700 CUPS
    N/A
    Team
    Monthly Quota
    2,000,000,000 CUs
    Rate Limit
    1,500 CUPS
    N/A
    Business
    Monthly Quota
    5,000,000,000 CUs
    Rate Limit
    3,000 CUPS
    N/A
    Enterprise
    Monthly Quota
    Custom
    Rate Limit
    Custom
    • This API package's consumption is measured by (CUPS).
    • Each user will have a monthly quota of CU under a set rate limit Compute Units (CUs)depending on your membership tiers.
    • Your monthly quota will be shared among all API packages that consume CU.

    API List (23)

    block10 CU/Request

    Queries the network and returns block information for the given block height or hash. To return the latest block information, the finality parameter shall be used.

    broadcast_tx_async10 CU/Request

    Returns the transaction hash immediately after sending a transaction.

    broadcast_tx_commit10 CU/Request

    Sends a transaction and waits until transaction is fully complete (It has a 10 second timeout).

    chunk10 CU/Request

    Returns details about the particular chunk. A block detail query can be used to obtain a valid chunk hash.

    EXPERIMENTAL_changes-{account_changes}10 CU/Request

    Returns account changes from transactions in a specified account.

    EXPERIMENTAL_changes-{all_access_key_changes}10 CU/Request

    Returns changes for each access key in a given block. Multiple accounts can be queried by passing an array of account_ids.

    EXPERIMENTAL_changes-{contract_code_changes}10 CU/Request

    Returns the code changes that were made when deploying a contract. The change is a base64 encoded WASM file.

    EXPERIMENTAL_changes-{data_changes}10 CU/Request

    Returns the state change details of a contract based on the key prefix (encoded to base64).

    EXPERIMENTAL_changes-{single_access_key_changes}10 CU/Request

    Returns the individual access key changes within a specific block. An array of objects containing the account_id and public_key can be used to query multiple keys.

    EXPERIMENTAL_changes_in_block10 CU/Request

    Returns changes in the block for a specified block height or hash.

    Supported Chains & Networks

    NEAR
    NEAR
    mainnet