Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Polkadot Wiki Migration] Node Endpoints Page #7

Merged
merged 17 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from 9 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
1 change: 1 addition & 0 deletions develop/application-devs/interact/.pages
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
title: Interact with the Network
nav:
- index.md
- endpoints.md
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
54 changes: 54 additions & 0 deletions develop/application-devs/interact/endpoints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Node Endpoints
description: List of node endpoints and examples of use. These endpoints can be used for development, RPC, or other purposes for which network access is required.
---

Ideally, one may utilize their own node when interacting with the [Polkadot network](https://polkadot.network/){target=_blank} via [Polkadot Js UI Apps](https://polkadot.js.org/apps/){target=_blank} or other user interfaces and programmatic methods. Another option would be to connect to one of the several public endpoints provided by infrastructure and API service providers. For development convenience, [Parity Tech](https://www.parity.io/){target=_blank} maintains archive nodes for Polkadot, Kusama, and their test networks with public endpoints. These endpoints can be used with [Polkadot Js UI API](https://polkadot.js.org/docs/api){target=_blank} to interact with their respective chains.
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved

### Network Endpoints

Endpoints for all production and test networks are listed on the [Polkadot Js UI](https://polkadot.js.org/apps/#/accounts){target=_blank} which are accessed from [here](https://github.com/polkadot-js/apps/tree/master/packages/apps-config/src/endpoints){target=_blank}. Endpoints for Polkadot Relay Chain and Kusama Relay Chain, parachains, and Paseo test network are maintained by the community. System Chains as well as Westend and Rococo test network endpoints maintained by Parity Technologies are listed below (with the exception of [Paseo](https://github.com/paseo-network){target=_blank}, which is maintained by the wider community):
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved


=== "Polkadot"
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Network | WSS Endpoint |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| ------------ | ------------------------------------------ |
| Asset Hub | wss://polkadot-asset-hub-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Bridge Hub | wss://polkadot-bridge-hub-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Collectives | wss://polkadot-collectives-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| People Chain | wss://polkadot-people-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved

=== "Kusama"
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Network | WSS Endpoint |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| -------------- | ---------------------------------------- |
| Asset Hub | wss://kusama-asset-hub-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Bridge Hub | wss://kusama-bridge-hub-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Collectives | wss://kusama-collectives-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| People Chain | wss://kusama-people-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Coretime Chain | wss://kusama-coretime-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved

=== "Testnet"
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Network | WSS Endpoint |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| ------- | ----------------------------- |
| Westend | wss://westend-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Rococo | wss://rococo-rpc.polkadot.io |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
| Paseo | wss://paseo-rpc.dwellir.com |
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved


### Third Party Providers

There are a number of third-party providers of RPC infrastructure to the Polkadot and Kusama communities, commonly providing access to multiple networks and parachains in a single service. They provide additional services such as higher rate limits, potentially more reliable and scalable service, and additional metrics.
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved

!!! note
The list of third party RPC endpoints for Polkadot and Kusama is directly fetched from
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
[Polkadot Js UI](https://polkadot.js.org/apps/#/explorer){target=_blank}
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved

- [OnFinality](https://onfinality.io){target=_blank}
- [Dwellir](https://dwellir.com){target=_blank}
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
- [Pinknode](https://pinknode.io){target=_blank}
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
- [Radium Block](https://radiumblock.com/){target=_blank}
- [1RPC](https://1rpc.io/){target=_blank}
- [NOWNodes](https://nownodes.io/){target=_blank}
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
dawnkelly09 marked this conversation as resolved.
Show resolved Hide resolved
- [All That Node](https://www.allthatnode.com/){target=_blank}
- [SubQuery](https://www.rpc.subquery.network/){target=_blank}
- [dRPC](https://drpc.org/){target=_blank}
Loading