diff --git a/content/docs/tooling/rpc-providers.mdx b/content/docs/tooling/rpc-providers.mdx index a03f02f5ea6..47702fad9fb 100644 --- a/content/docs/tooling/rpc-providers.mdx +++ b/content/docs/tooling/rpc-providers.mdx @@ -157,6 +157,60 @@ Features: 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. + +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/` + ### Blast [Blast](https://blastapi.io/public-api/avalanche) supports the C-Chain, X-Chain, and P-Chain.