NEAR
Below you can find the endpoints and the samples
NEAR is a fast and developer-friendly PoS blockchain, which acts as a community-run cloud platform and is characterized by an innovative sharding mechanism, Nightshade.
For more information on NEAR APIs, see the official documentation.
NEAR RPC Endpoints
Mainnet
https://near-mainnet-rpc.allthatnode.com:3030/'YOUR-API-KEY'
Testnet
https://near-testnet-rpc.allthatnode.com:3030/'YOUR-API-KEY'
Find 'YOUR-API-KEY'
by going to the Dashboard menu (Dashboard > All Projects > Project Detail Page).
Or you can use the public NEAR nodes without the API key.
(i.e. https://near-mainnet-rpc.allthatnode.com:3030/
)
But Public endpoints are not intended for DApp building. Please use private / dedicated RPC servers when you launch your application, drop NFTs, etc.
Last updated