Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Chainstack to free API providers #2741

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs.wrm/api-keys.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,23 @@ with debugging.
- access to advanced token balance and metadata APIs
- access to advanced debugging trace and revert reason APIs

_subsection: Chainstack @<api-keys--chainstack>

The Chainstack service has been around a few years and is also very robust
and reliable.

They offer a standard JSON-RPC interface and a WebSocket interface, as well archive nodes and advanced APIs to assist
with debugging.

[Sign up for a free API key on Chainstack](link-chainstack-signup)

**Benefits:**

- 3M requests a month on the free Developer subscription
- usage metrics
- access to advanced debugging trace APIs (requires paid upgrade)
- access to archive data (requires paid upgrade)

_subsection: Pocket Gateway@<api-keys--pocket-gateway>


Expand Down
1 change: 1 addition & 0 deletions docs.wrm/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ module.exports = {
"link-sphinx": { name: "Sphinx", url: "https:/\/www.sphinx-doc.org/" },

"link-alchemy-signup": "https:/\/dashboard.alchemyapi.io/signup?referral=55a35117-028e-4b7c-9e47-e275ad0acc6d",
"link-chainstack-signup": "https:/\/console.chainstack.com/user/account/create",
"link-etherscan-signup": "https:/\/etherscan.io/apis",
"link-etherscan-ratelimit": "https:/\/info.etherscan.com/api-return-errors/",
"link-infura-signup": "https:/\/infura.io/register",
Expand Down