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
@@ -4,48 +4,170 @@ description: Public RPC endpoints are available for the Filecoin mainnet.
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. [Find out more at chainlist.org's Filecoin listings](https://chainlist.org/?search=filecoin&testnets=true).
9
-
{% endhint %}
10
-
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.
12
-
13
-
## [Ankr](https://ankr.com)
14
-
15
-
* HTTPS: `https://rpc.ankr.com/filecoin`
16
-
*[Supported Filecoin API methods](https://www.ankr.com/docs/rpc-service/chains/chains-list/#filecoin)
[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).
8
+
9
+
These endpoints are limited to [read-only Filecoin JSON RPC API calls](../../reference/json-rpc/) including [Filecoin Eth RPC methods](../../reference/json-rpc/eth.d). The only write operation are [`MPoolPush`](../../reference/json-rpc/mpool.md#mpoolpush) and [`EthSendRawTransaction`](../../reference/json-rpc/eth.md#ethsendrawtransaction)for sending already signed messages.
10
+
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 %}
When using a lite-node, omit `/rpc/v1` from Glif’s WebSocket address.
37
-
* [Glif documentation](https://hosting.glif.io/)
38
-
39
-
*## [GetBlock](https://getblock.io/nodes/fil/)
40
-
41
-
GetBlock offers users access to shared and dedicated nodes with a simple pricing model. Developers can try out their services with a free plan, after which paid options are available for continued access.
When using a Lotus Lite node, omit `/rpc/v1` from Glif’s WebSocket address.
170
+
171
+
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.
47
172
48
-
These nodes are available for free to users for the [first month](https://nownodes.io/pricing), after which the user will have to pay to maintain access.
0 commit comments