From abd353437eabdc78e0270d277988d0af733dadab Mon Sep 17 00:00:00 2001 From: inchori Date: Thu, 13 Mar 2025 17:20:56 +0900 Subject: [PATCH 1/2] docs: add All That Node community providers --- content/docs/tooling/rpc-providers.mdx | 54 ++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/content/docs/tooling/rpc-providers.mdx b/content/docs/tooling/rpc-providers.mdx index a03f02f5ea6..2d4ebc7b70a 100644 --- a/content/docs/tooling/rpc-providers.mdx +++ b/content/docs/tooling/rpc-providers.mdx @@ -134,6 +134,60 @@ Features: - For C-Chain WSS Endpoint, the URL is `wss://avalanche-fuji-c-chain-rpc.publicnode.com` +### All That Node + +[All That Node](https://www.allthatnode.com/protocol/avalanche.dsrv) supports the C-Chain, X-Chain, and P-Chain. + +Features: + +- Free plan available +- Support archive node +- Globally distributed infrastructure + +#### Mainnet + +##### HTTP (Full) + +- For C-Chain RPC Endpoint, the URL is `https://avalanche-mainnet.g.allthatnode.com/full/evm//ext/bc/C/rpc` +- For X-Chain RPC Endpoint, the URL is `https://avalanche-mainnet.g.allthatnode.com/full/evm//ext/bc/X` +- For P-Chain RPC Endpoint, the URL is `https://avalanche-mainnet.g.allthatnode.com/full/evm//ext/bc/P` + +##### HTTP (Archive) + +- For C-Chain RPC Endpoint, the URL is `https://avalanche-mainnet.g.allthatnode.com/archive/evm//ext/bc/C/rpc` +- For X-Chain RPC Endpoint, the URL is `https://avalanche-mainnet.g.allthatnode.com/archive/evm//ext/bc/X` +- For P-Chain RPC Endpoint, the URL is `https://avalanche-mainnet.g.allthatnode.com/archive/evm//ext/bc/P` + +##### Websocket (Full) + +- For C-Chain RPC Endpoint, the URL is `wss://avalanche-mainnet.g.allthatnode.com/full/evm/` + +##### Websocket (Archive) + +- For C-Chain RPC Endpoint, the URL is `wss://avalanche-mainnet.g.allthatnode.com/archive/evm/` + +#### Testnet (Fuji) + +##### HTTP (Full) + +- For C-Chain RPC Endpoint, the URL is `https://avalanche-fuji.g.allthatnode.com/full/evm//ext/bc/C/rpc` +- For X-Chain RPC Endpoint, the URL is `https://avalanche-fuji.g.allthatnode.com/full/evm//ext/bc/X` +- For P-Chain RPC Endpoint, the URL is `https://avalanche-fuji.g.allthatnode.com/full/evm//ext/bc/P` + +##### HTTP (Archive) + +- For C-Chain RPC Endpoint, the URL is `https://avalanche-fuji.g.allthatnode.com/archive/evm//ext/bc/C/rpc` +- For X-Chain RPC Endpoint, the URL is `https://avalanche-fuji.g.allthatnode.com/archive/evm//ext/bc/X` +- For P-Chain RPC Endpoint, the URL is `https://avalanche-fuji.g.allthatnode.com/archive/evm//ext/bc/P` + +##### Websocket (Full) + +- For C-Chain RPC Endpoint, the URL is `wss://avalanche-fuji.g.allthatnode.com/full/evm/` + +##### Websocket (Archive) + +- For C-Chain RPC Endpoint, the URL is `wss://avalanche-fuji.g.allthatnode.com/archive/evm/` + ### ANKR #### Mainnet From 2e3abcfb5345243049bb2bfc887cfb063e4afbcc Mon Sep 17 00:00:00 2001 From: inchori Date: Thu, 13 Mar 2025 17:24:31 +0900 Subject: [PATCH 2/2] docs: add All That Node community provider --- content/docs/tooling/rpc-providers.mdx | 46 +++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/content/docs/tooling/rpc-providers.mdx b/content/docs/tooling/rpc-providers.mdx index 2d4ebc7b70a..47702fad9fb 100644 --- a/content/docs/tooling/rpc-providers.mdx +++ b/content/docs/tooling/rpc-providers.mdx @@ -134,6 +134,29 @@ Features: - For C-Chain WSS Endpoint, the URL is `wss://avalanche-fuji-c-chain-rpc.publicnode.com` +### ANKR + +#### Mainnet + +- Standard EVM API, the URL is `https://rpc.ankr.com/avalanche`. +- For C-Chain API, the URL is `https://rpc.ankr.com/avalanche-c`. On ANKR the C-Chain API doesn't support standard EVM APIs. For that use the Standard EVM API. +- For X-Chain API, the URL is `https://rpc.ankr.com/avalanche-x`. +- For P-Chain API, the URL is `https://rpc.ankr.com/avalanche-p`. + +#### Testnet (Fuji) + +- Standard EVM API, the URL is `https://rpc.ankr.com/avalanche_fuji`. +- For C-Chain API, the URL is `https://rpc.ankr.com/avalanche_fuji-c`. On ANKR the C-Chain API doesn't support standard EVM APIs. For that use the Standard EVM API. +- For X-Chain API, the URL is `https://rpc.ankr.com/avalanche_fuji-x`. +- For P-Chain API, the URL is `https://rpc.ankr.com/avalanche_fuji-p`. + +Features: + +- Archive Data Included. +- Automatic geo-routing across North America, Europe, and Asia. + +Note: soft limited to 1 million daily requests per IP or referring domain. Batch calls limited to 1000. + ### All That Node [All That Node](https://www.allthatnode.com/protocol/avalanche.dsrv) supports the C-Chain, X-Chain, and P-Chain. @@ -188,29 +211,6 @@ Features: - For C-Chain RPC Endpoint, the URL is `wss://avalanche-fuji.g.allthatnode.com/archive/evm/` -### ANKR - -#### Mainnet - -- Standard EVM API, the URL is `https://rpc.ankr.com/avalanche`. -- For C-Chain API, the URL is `https://rpc.ankr.com/avalanche-c`. On ANKR the C-Chain API doesn't support standard EVM APIs. For that use the Standard EVM API. -- For X-Chain API, the URL is `https://rpc.ankr.com/avalanche-x`. -- For P-Chain API, the URL is `https://rpc.ankr.com/avalanche-p`. - -#### Testnet (Fuji) - -- Standard EVM API, the URL is `https://rpc.ankr.com/avalanche_fuji`. -- For C-Chain API, the URL is `https://rpc.ankr.com/avalanche_fuji-c`. On ANKR the C-Chain API doesn't support standard EVM APIs. For that use the Standard EVM API. -- For X-Chain API, the URL is `https://rpc.ankr.com/avalanche_fuji-x`. -- For P-Chain API, the URL is `https://rpc.ankr.com/avalanche_fuji-p`. - -Features: - -- Archive Data Included. -- Automatic geo-routing across North America, Europe, and Asia. - -Note: soft limited to 1 million daily requests per IP or referring domain. Batch calls limited to 1000. - ### Blast [Blast](https://blastapi.io/public-api/avalanche) supports the C-Chain, X-Chain, and P-Chain.