Skip to content

Commit 10389e2

Browse files
authored
Merge pull request #2323 from filecoin-project/biglep/reformat-mainnet-rpcs-tabls
Update rpcs.md to use Markdown for providers
2 parents 7999b7a + 8ba98c1 commit 10389e2

File tree

1 file changed

+7
-147
lines changed

1 file changed

+7
-147
lines changed

networks/mainnet/rpcs.md

Lines changed: 7 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -10,153 +10,13 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
1010

1111
{% hint style="info" %} Please note that most publicly hosted endpoints <strong>only guarantee recent state, i.e. 2000 of the latest blocks (last 16.67 hours).</strong> To request an archival node you can contact a provider below. {% endhint %}
1212

13-
14-
<table>
15-
<tr>
16-
<td rowspan="5">
17-
<a href="https://api.node.glif.io/">Glif Nodes</a>
18-
</td>
19-
<td>
20-
HTTPS
21-
</td>
22-
<td>
23-
<code>https://api.node.glif.io/rpc/v1</code>
24-
</td>
25-
</tr>
26-
<tr>
27-
<td>
28-
WSS
29-
</td>
30-
<td>
31-
<code>wss://wss.node.glif.io/apigw/lotus/rpc/v1</code>
32-
</td>
33-
</tr>
34-
<tr>
35-
<td>
36-
Docs
37-
</td>
38-
<td>
39-
<a href="https://api.node.glif.io">Glif Nodes - Docs</a>
40-
</td>
41-
</tr>
42-
<tr>
43-
<td>
44-
API Support
45-
</td>
46-
<td>
47-
All Filecoin and Eth JSON RPC methods including <a href="https://docs.filecoin.io/reference/json-rpc/mpool#mpoolpush">MPoolPush</a>
48-
</td>
49-
</tr>
50-
<tr>
51-
<td>
52-
Contact
53-
</td>
54-
<td>
55-
<a href='https://filecoinproject.slack.com/archives/C017HM9BJ8Z'>#fil-glif-node-hosting</a> in <a href='https://filecoin.io/slack'>Filecoin Slack</a>
56-
</td>
57-
</tr>
58-
<tr>
59-
<td rowspan="4">
60-
<a href="https://ankr.com">Ankr</a>
61-
</td>
62-
<td>
63-
HTTPS
64-
</td>
65-
<td>
66-
<code>https://rpc.ankr.com/filecoin</code>
67-
</td>
68-
</tr>
69-
<tr>
70-
<td>
71-
WSS
72-
</td>
73-
<td>
74-
By request at: https://www.ankr.com/rpc/filecoin
75-
</td>
76-
</tr>
77-
<tr>
78-
<td>
79-
Docs
80-
</td>
81-
<td>
82-
<a href="https://www.ankr.com/docs/rpc-service/chains/chains-list/#filecoin">Ankr Docs - Filecoin</a>
83-
</td>
84-
</tr>
85-
<tr>
86-
<td>
87-
API Support
88-
</td>
89-
<td>
90-
All Filecoin and Eth JSON RPC methods including <a href="https://docs.filecoin.io/reference/json-rpc/mpool#mpoolpush">MPoolPush</a>
91-
</td>
92-
</tr>
93-
<tr>
94-
<td rowspan="3">
95-
<a href="https://cloud.chainup.com/">Chainup Cloud</a>
96-
</td>
97-
<td>
98-
HTTPS
99-
</td>
100-
<td>
101-
<code>https://filecoin.chainup.net/rpc/v1</code>
102-
</td>
103-
</tr>
104-
<tr>
105-
<td>
106-
WSS
107-
</td>
108-
<td>
109-
<code>wss://filecoin.chainup.net/rpc/v1</code>
110-
</td>
111-
</tr>
112-
<tr>
113-
<td>
114-
Docs
115-
</td>
116-
<td>
117-
<a href="https://docs.chainupcloud.com/blockchain-api/filecoin/public-apis">Chainup Cloud Docs - Filecoin</a>
118-
</td>
119-
</tr>
120-
<tr>
121-
<td rowspan="2">
122-
<a href="https://nownodes.io/">NOWNodes</a>
123-
</td>
124-
<td>
125-
HTTPS
126-
</td>
127-
<td>
128-
<code>https://fil.nownodes.io</code> (Free for 1 month with <a href="https://nownodes.io/pricing">signup</a>)
129-
</td>
130-
</tr>
131-
<tr>
132-
<td>
133-
Docs
134-
</td>
135-
<td>
136-
<a href="https://documenter.getpostman.com/view/13630829/TVmFkLwy">NOWNodes - Docs</a>
137-
</td>
138-
</tr>
139-
<tr>
140-
<td rowspan="2">
141-
<a href="https://getblock.io/nodes/fil">GetBlock</a>
142-
</td>
143-
<td>
144-
HTTPS
145-
</td>
146-
<td>
147-
<code>https://filecoin.getblock.io</code> (Free with <a href="https://getblock.io/nodes/fil/">signup</a>)
148-
</td>
149-
</tr>
150-
<tr>
151-
<td>
152-
Docs
153-
</td>
154-
<td>
155-
<a href="https://getblock.io/docs/getblock-explorer/get-started/">GetBlock - Docs</a>
156-
</td>
157-
</tr>
158-
</table>
159-
13+
Provider | HTTPS endpoint | WSS endpoint | Docs | API Support
14+
-- | -- | -- | -- | --
15+
[Glif Nodes](https://api.node.glif.io/) | https://api.node.glif.io/rpc/v1 | wss://wss.node.glif.io/apigw/lotus/rpc/v1 | [Glif Nodes - Docs](https://api.node.glif.io/) | All Filecoin and Eth JSON RPC methods including MPoolPush
16+
[Ankr](https://ankr.com/) | https://rpc.ankr.com/filecoin | By request at: https://www.ankr.com/rpc/filecoin | [Ankr Docs - Filecoin](https://www.ankr.com/docs/rpc-service/chains/chains-list/#filecoin) | All Filecoin and Eth JSON RPC methods including MPoolPush
17+
[Chainup Cloud](https://cloud.chainup.com/) | https://filecoin.chainup.net/rpc/v1 | wss://filecoin.chainup.net/rpc/v1 | [Chainup Cloud Docs - Filecoin](https://docs.chainupcloud.com/blockchain-api/filecoin/public-apis) |  
18+
[NOWNodes](https://nownodes.io/) | https://fil.nownodes.io (Free for 1 month with signup) |   | [NOWNodes - Docs](https://documenter.getpostman.com/view/13630829/TVmFkLwy) |  
19+
[GetBlock](https://getblock.io/nodes/fil) | https://filecoin.getblock.io (Free with signup) |   | [GetBlock - Docs](https://getblock.io/docs/getblock-explorer/get-started/) |  
16020

16121
## Additional Notes:
16222

0 commit comments

Comments
 (0)