Skip to content

Commit

Permalink
Update rpcs.md
Browse files Browse the repository at this point in the history
Multi-row tables do not render well in Gitbook and single-row tables don't make sense for this info

Closes filecoin-project#2311
  • Loading branch information
eshon authored Sep 24, 2024
1 parent b115a1b commit a5dee94
Showing 1 changed file with 28 additions and 162 deletions.
190 changes: 28 additions & 162 deletions networks/mainnet/rpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,168 +10,34 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer

{% 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 %}


<table>
<tr>
<th rowspan="5">
<a href="https://api.node.glif.io/">Glif Nodes</a>
</th>
<td>
HTTPS
</td>
<td>
<code>https://api.node.glif.io/rpc/v1</code>
</td>
</tr>
<tr>
<td>
WSS
</td>
<td>
<code>wss://wss.node.glif.io/apigw/lotus/rpc/v1</code>
</td>
</tr>
<tr>
<td>
Docs
</td>
<td>
<a href="https://api.node.glif.io">Glif Nodes - Docs</a>
</td>
</tr>
<tr>
<td>
API Support
</td>
<td>
All Filecoin and Eth JSON RPC methods including <a href="https://docs.filecoin.io/reference/json-rpc/mpool#mpoolpush">MPoolPush</a>
</td>
</tr>
<tr>
<td>
Contact
</td>
<td>
<a href='https://filecoinproject.slack.com/archives/C017HM9BJ8Z'>#fil-glif-node-hosting</a> in <a href='https://filecoin.io/slack'>Filecoin Slack</a>
</td>
</tr>
<tr>
<th rowspan="4">
<a href="https://ankr.com">Ankr</a>
</th>
<td>
HTTPS
</td>
<td>
<code>https://rpc.ankr.com/filecoin</code>
</td>
</tr>
<tr>
<td>
WSS
</td>
<td>
By request at: https://www.ankr.com/rpc/filecoin
</td>
</tr>
<tr>
<td>
Docs
</td>
<td>
<a href="https://www.ankr.com/docs/rpc-service/chains/chains-list/#filecoin">Ankr Docs - Filecoin</a>
</td>
</tr>
<tr>
<td>
API Support
</td>
<td>
All Filecoin and Eth JSON RPC methods including <a href="https://docs.filecoin.io/reference/json-rpc/mpool#mpoolpush">MPoolPush</a>
</td>
</tr>
<tr>
<th rowspan="3">
<a href="https://cloud.chainup.com/">Chainup Cloud</a>
</th>
<td>
HTTPS
</td>
<td>
<code>https://filecoin.chainup.net/rpc/v1</code>
</td>
</tr>
<tr>
<td>
WSS
</td>
<td>
<code>wss://filecoin.chainup.net/rpc/v1</code>
</td>
</tr>
<tr>
<td>
Docs
</td>
<td>
<a href="https://docs.chainupcloud.com/blockchain-api/filecoin/public-apis">Chainup Cloud Docs - Filecoin</a>
</td>
</tr>
<tr>
<th rowspan="3">
<a href="https://nownodes.io/">NOWNodes</a>
</th>
<td>
HTTPS
</td>
<td>
<code>https://fil.nownodes.io</code>
</td>
</tr>
<tr>
<td>
Terms
</td>
<td>
Free for 1 month with <a href="https://nownodes.io/pricing">signup</a>
</td>
</tr>
<tr>
<td>
Docs
</td>
<td>
<a href="https://documenter.getpostman.com/view/13630829/TVmFkLwy">NOWNodes - Docs</a>
</td>
</tr>
<tr>
<th rowspan="3">
<a href="https://getblock.io/nodes/fil">GetBlock</a>
</th>
<td>
HTTPS
</td>
<td>
<code>https://filecoin.getblock.io</code>
</td>
</tr>
<tr>
<td>
Terms
</td>
<td>
Free with <a href="https://getblock.io/nodes/fil/">signup</a>
</td>
</tr>
<tr>
<td>
Docs
</td>
<td>
<a href="https://getblock.io/docs/getblock-explorer/get-started/">GetBlock - Docs</a>
</td>
</tr>
</table>
### <a href="https://api.node.glif.io/">Glif Nodes</a>

- HTTPS: <code>https://api.node.glif.io/rpc/v1</code>
- WSS: <code>wss://wss.node.glif.io/apigw/lotus/rpc/v1</code>
- Docs: <a href="https://api.node.glif.io">Glif Nodes - Docs</a>
- API Support: All Filecoin and Eth JSON RPC methods including write methods described above
- Contact: <a href='https://filecoinproject.slack.com/archives/C017HM9BJ8Z'>#fil-glif-node-hosting</a> in <a href='https://filecoin.io/slack'>Filecoin Slack</a>

### <a href="https://ankr.com">Ankr</a>
- HTTPS: <code>https://rpc.ankr.com/filecoin</code>
- WSS: By request at: https://www.ankr.com/rpc/filecoin
- Docs: <a href="https://www.ankr.com/docs/rpc-service/chains/chains-list/#filecoin">Ankr Docs - Filecoin</a>
- API Support: All Filecoin and Eth JSON RPC methods including write methods described above

### <a href="https://cloud.chainup.com/">Chainup Cloud</a>
- HTTPS: <code>https://filecoin.chainup.net/rpc/v1</code>
- WSS: <code>wss://filecoin.chainup.net/rpc/v1</code>
- Docs: <a href="https://docs.chainupcloud.com/blockchain-api/filecoin/public-apis">Chainup Cloud Docs - Filecoin</a>

### <a href="https://nownodes.io/">NOWNodes</a>
- HTTPS: <code>https://fil.nownodes.io</code>
- Terms: Free for 1 month with <a href="https://nownodes.io/pricing">signup</a>
- Docs: <a href="https://documenter.getpostman.com/view/13630829/TVmFkLwy">NOWNodes - Docs</a>

### <a href="https://getblock.io/nodes/fil">GetBlock</a>
- HTTPS: <code>https://filecoin.getblock.io</code>
- Terms: Free with <a href="https://getblock.io/nodes/fil/">signup</a>
- Docs: <a href="https://getblock.io/docs/getblock-explorer/get-started/">GetBlock - Docs</a>


## Additional Notes:
Expand Down

0 comments on commit a5dee94

Please sign in to comment.