You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: networks/calibration/rpcs.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,16 @@ description: Public RPC endpoints are available for the Calibration testnet.
4
4
5
5
# RPCs
6
6
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.
10
8
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).
{% 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 %}
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.
22
14
23
15
## [Glif](https://api.calibration.node.glif.io)
24
16
25
-
Please note that publicly available hosted endpoints **only guarantee 2000 of the latest blocks.**
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/networks/calibration/rpcs)
Copy file name to clipboardExpand all lines: networks/mainnet/rpcs.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,13 @@ description: Public RPC endpoints are available for the Filecoin mainnet.
4
4
5
5
# RPCs
6
6
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).
8
8
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).
10
10
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 %}
14
12
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.
16
14
17
15
| Provider | HTTPS endpoint | WSS endpoint | Docs | API Support |
@@ -36,5 +34,6 @@ In order to check the current benchmarked performance of each of the below endpo
36
34
A Lotus Lite node is a stripped down version of a Lotus full-node capable of running on lower-end hardware. It also allows forlocal signing for storage deals without a full Lotus node.
37
35
38
36
37
+
* Benchmarked performance of some of the above endpoints can be found at [Filecoin ETH RPC Benchmark app](https://benchmark-rpc.vercel.app/).
39
38
40
39
[Was this page helpful?](https://docs.filecoin.io/networks/mainnet/rpcs)
0 commit comments