Docs Category: Api

NEAR API REST Server

To Share and +4 nLEARNs Login with NEAR NEAR REST API Server is a project that allows you create your own simple REST API server that interacts with the NEAR blockchain. Utils /init Configures near-api-server.config.json and creates a master account that stores credentials in this file. This allows for "simple methods" to be called where …

NEAR API REST Server Read More »

RPC Endpoints

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; Access Keys View access key Returns information about a single access key for given account. If permission of the key is FunctionCall, it will return more details such as the allowance, receiver_id, and method_names. method: query params: request_type: view_access_key finality …

RPC Endpoints Read More »

NEAR API REST Server

To Share and +4 nLEARNs Login with NEAR NEAR REST API Server is a project that allows you create your own simple REST API server that interacts with the NEAR blockchain. Requirements NEAR Account (with access to private key or seed phrase) Node.js npm or Yarn API request tool such as Postman Setup Clone repository …

NEAR API REST Server Read More »

NEAR API REST Server

To Share and +4 nLEARNs Login with NEAR NEAR REST API Server is a project that allows you create your own simple REST API server that interacts with the NEAR blockchain. Contracts /deploy Deploys a smart contract to the NEAR blockchain based on the wasm file located in /contracts folder. Method: POST Param Description account_id …

NEAR API REST Server Read More »

NEAR API REST Server

To Share and +4 nLEARNs Login with NEAR NEAR REST API Server is a project that allows you create your own simple REST API server that interacts with the NEAR blockchain. NFTs /mint_nft Mints a new NFT on a specified contract. Method: POST Standard NFT Minting Param Description token_id ID for new token you are …

NEAR API REST Server Read More »

NEAR APIs

To Share and +4 nLEARNs Login with NEARTake a look at the different available APIs to help you build amazing apps on NEAR. RPC API NEAR RPC API provides a simple JSON RPC 2.0 API to interact with the NEAR blockchain. API Description Access Keys Retrieve information about an account’s access keys. Accounts / Contracts …

NEAR APIs Read More »

Scroll to Top
Report a bug👀