Skip to content

Commit 870fb7e

Browse files
authored
Merge pull request #2437 from eshon/main
Adding Zondax Beryx.io's RPC Provider Status Page to Networks
2 parents 1059931 + 6d3f272 commit 870fb7e

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

networks/calibration/rpcs.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,16 @@ description: Public RPC endpoints are available for the Calibration testnet.
44

55
# RPCs
66

7-
{% hint style="info" %}
8-
[Chainlist](https://chainlist.org/?search=filecoin\&testnets=true) contains a dynamically updated list of available Filecoin RPCs. Select **Include Testnets** to view available test networks. [Find out more at chainlist.org's Filecoin listings](https://chainlist.org/?search=filecoin\&testnets=true).
9-
{% endhint %}
7+
To check the blockheight, health and availability of Filecoin RPC endpoints, visit the [Beryx.io explorer's Filecoin RPC Provider status page](https://beryx.io/rpc-providers). Use the Filecoin logo dropdown at top to switch networks to Calibration testnet.
108

11-
These endpoints are limited to [read-only Filecoin JSON RPC API calls](../../reference/json-rpc/) and [`MPoolPush`](../../reference/json-rpc/mpool.md) for sending messages that have already been signed.
9+
Chainlist also provides a dynamically updated list of [available Filecoin - Mainnet RPCs](https://chainlist.org/?search=filecoin\&testnets=false).
1210

13-
## [Ankr](https://www.ankr.com/rpc/filecoin)
14-
15-
* HTTPS: `https://rpc.ankr.com/filecoin_testnet`
16-
* [Ankr documentation](https://www.ankr.com/docs/rpc-service/chains/chains-list/#filecoin)
17-
18-
## [ChainupCloud](https://cloud.chainup.com)
11+
{% hint style="info" %} Please note that most publicly hosted endpoints only guarantee recent state, i.e. 2000 of the latest blocks (last 16.67 hours). To request an archival node you can contact a provider below. {% endhint %}
1912

20-
* HTTPS: `https://filecoin-calibration.chainup.net/rpc/v1`
21-
* [ChainupCloud documentation](https://docs.chainupcloud.com/blockchain-api/filecoin/public-apis)
13+
These endpoints are limited to the read-only [Filecoin JSON RPC API](../../reference/json-rpc/) including read-only [Filecoin Eth RPC](../../reference/json-rpc/eth.md) methods, except for the write operations [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) and [`EthSendRawTransaction`](../../reference/json-rpc/eth.md#ethsendrawtransaction) for sending already signed messages.
2214

2315
## [Glif](https://api.calibration.node.glif.io)
2416

25-
Please note that publicly available hosted endpoints **only guarantee 2000 of the latest blocks.**
26-
2717
* HTTPS: `https://api.calibration.node.glif.io/rpc/v1`
2818
* WebSocket: `wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v1`
2919
* Lotus lite-node command:
@@ -35,5 +25,15 @@ FULLNODE_API_INFO=wss://wss.calibration.node.glif.io/apigw/lotus lotus daemon --
3525
* When using a lite-node, omit `/rpc/v1` from Glif’s WebSocket address.
3626
* [Glif documentation](https://hosting.glif.io/)
3727

28+
## [Ankr](https://www.ankr.com/rpc/filecoin)
29+
30+
* HTTPS: `https://rpc.ankr.com/filecoin_testnet`
31+
* [Ankr documentation](https://www.ankr.com/docs/rpc-service/chains/chains-list/#filecoin)
32+
33+
## [ChainupCloud](https://cloud.chainup.com)
34+
35+
* HTTPS: `https://filecoin-calibration.chainup.net/rpc/v1`
36+
* [ChainupCloud documentation](https://docs.chainupcloud.com/blockchain-api/filecoin/public-apis)
37+
3838

3939
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/networks/calibration/rpcs)

networks/mainnet/rpcs.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ description: Public RPC endpoints are available for the Filecoin mainnet.
44

55
# RPCs
66

7-
[Chainlist](https://chainlist.org/?search=filecoin\&testnets=true) provides a dynamically updated list of [available Filecoin - Mainnet RPCs](https://chainlist.org/?search=filecoin\&testnets=false).
7+
To check the blockheight, health and availability of Filecoin RPC endpoints, visit the [Beryx.io explorer's Filecoin RPC Provider status page](https://beryx.io/rpc-providers).
88

9-
These endpoints are limited to the read-only [Filecoin JSON RPC API](../../reference/json-rpc/) including read-only [Filecoin Eth RPC](../../reference/json-rpc/eth.md) methods, except for the write operations [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) and [`EthSendRawTransaction`](../../reference/json-rpc/eth.md#ethsendrawtransaction) for sending already signed messages.
9+
Chainlist also provides a dynamically updated list of [available Filecoin - Mainnet RPCs](https://chainlist.org/?search=filecoin\&testnets=false).
1010

11-
{% hint style="info" %}
12-
Please note that most publicly hosted endpoints **only guarantee recent state, i.e. 2000 of the latest blocks (last 16.67 hours).** To request an archival node you can contact a provider below.
13-
{% endhint %}
11+
{% hint style="info" %} Please note that most publicly hosted endpoints only guarantee recent state, i.e. 2000 of the latest blocks (last 16.67 hours). To request an archival node you can contact a provider below. {% endhint %}
1412

15-
In order to check the current benchmarked performance of each of the below endpoints, please see the [Filecoin ETH RPC Benchmark app](https://benchmark-rpc.vercel.app/).
13+
These endpoints are limited to the read-only [Filecoin JSON RPC API](../../reference/json-rpc/) including read-only [Filecoin Eth RPC](../../reference/json-rpc/eth.md) methods, except for the write operations [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) and [`EthSendRawTransaction`](../../reference/json-rpc/eth.md#ethsendrawtransaction) for sending already signed messages.
1614

1715
| Provider | HTTPS endpoint | WSS endpoint | Docs | API Support |
1816
| ------------------------------------------- | -------------------------------------------------------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
@@ -36,5 +34,6 @@ In order to check the current benchmarked performance of each of the below endpo
3634
A Lotus Lite node is a stripped down version of a Lotus full-node capable of running on lower-end hardware. It also allows for local signing for storage deals without a full Lotus node.
3735

3836

37+
* Benchmarked performance of some of the above endpoints can be found at [Filecoin ETH RPC Benchmark app](https://benchmark-rpc.vercel.app/).
3938

4039
[Was this page helpful?](https://docs.filecoin.io/networks/mainnet/rpcs)

0 commit comments

Comments
 (0)