From c6f67d1144d68cff6b5bdecb88cc13a95c6b794e Mon Sep 17 00:00:00 2001 From: Iker <34474035+IkerAlus@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:07:26 +0100 Subject: [PATCH] Update RPC setup documentation for endpoint deprecation Added a note about the deprecation of NEAR RPC endpoints and recommended using available RPC providers. --- docs/api/rpc/setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/rpc/setup.md b/docs/api/rpc/setup.md index b9cdfe24009..dd332339efb 100644 --- a/docs/api/rpc/setup.md +++ b/docs/api/rpc/setup.md @@ -38,6 +38,12 @@ You can see this interface defined in `nearcore` [here](https://github.com/near/ --- + :::important + +The endpoints https://*.near.org are officially deprecated and heavy rate-limited. Please use any of [the available RPC providers](https://docs.near.org/api/rpc/providers) in production. See [this announcement](https://www.near.org/blog/deprecation-of-near-org-and-pagoda-co-rpc-endpoints) for more info. + + ::: + ## Postman Setup {#postman-setup} An easy way to test the queries in this documentation page is to use an API request tool such as [Postman](https://www.postman.com/).