Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions content/docs/tooling/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,23 @@ Features:
- For X-Chain RPC Endpoint, the URL is `https://1rpc.io/avax/x`
- For P-Chain RPC Endpoint, the URL is `https://1rpc.io/avax/p`

### OnFinality

[OnFinality](https://onfinality.io/networks/avalanche) supports the C-Chain, X-Chain, and P-Chain.

Features:

- Archive & Trace/Debug
- Web Sockets
- Complete infrastructure services including Avalanche Dedicated Nodes and Avalanche Indexers
- Free and Paid tiers

#### Mainnet RPC

- For C-Chain RPC Endpoint, the URL is `https://avalanche.api.onfinality.io/public/ext/bc/C`
- For X-Chain RPC Endpoint, the URL is `https://avalanche.api.onfinality.io/public/ext/bc/X`
- For P-Chain RPC Endpoint, the URL is `https://avalanche.api.onfinality.io/public/ext/bc/P`

## Avalanche L1s RPC - Public API Servers

### Beam
Expand Down