Skip to main content

Mode RPC

With QuickNode, you get access to our global network which always routes your API requests to the nearest available location, ensuring low latency and fastest speeds.
Select Access

Overview

At QuickNode, we’re committed to helping developers and enterprises explore and build on the latest and most innovative blockchain networks. Select Access Chains offer a flexible, on-demand infrastructure that supports emerging chains, enabling users to access a broader range of networks with high potential.

With Select Access Chains, developers can:

  • Build and innovate on cutting-edge, high-potential chains.
  • Unlock new opportunities within Web3 ecosystems.
  • Leverage QuickNode’s industry-leading reliability and performance without waiting for full infrastructure deployment.

Mode is a decentralized finance (DeFi) platform built as a Layer 2 solution on the Ethereum blockchain, utilizing Optimism's OP Stack technology. It aims to offer scalability and cost-efficiency, making it particularly attractive for developers and users in the DeFi space.


Info

To learn more about Select Access Chains, check out this blog on Introducing Select Access Chains: Your Chain, Your Choice

Access

You can access Mode through the QuickNode Developer Portal.

For enterprises with unique needs or large-scale projects, QuickNode offers custom solutions tailored to specific requirements. Our team is ready to collaborate with you to ensure you have the infrastructure, support, and resources necessary for success in the expanding blockchain ecosystem. Talk with our team to create a custom plan today.

Mode Network Support

NetworkWSSHTTPS
MAINNET

Mode JSON-RPC API Documentation

For detailed API documentation and usage guides, please refer to the official Mode documentation.

Mode Tools and Resources

ResourceDescriptionLink/Details
Chain IDThe unique identifier for the Mode network.Mainnet: 34443, Sepolia: 919
Currency SymbolThe symbol representing the native currency for transactions on Mode.ETH
Mode ExplorerA blockchain explorer to view transactions, blocks, and network activity on Mode.Mainnet: https://explorer.mode.network/ Sepolia: https://sepolia.explorer.mode.network/
Mode Status PageProvides real-time updates on Mode’s network status, uptime, and incidents.https://explorer.mode.network/stats
Public RPC EndpointsURLs to access public RPC endpoints for interacting with Mode’s Mainnet, Sepolia, and Goerli testnets.Mainnet: https://mainnet.mode.network/
Sepolia: https://sepolia.mode.network

API Credits

Usage in our pricing plans is measured in API Credits. To learn more about the API Credits for Mode, please visit this page.

WebSocket Limits

WebSocket responses are capped at a certain limit, which is subject to change. In cases where responses are potentially large, it is recommended to use a POST request. If the response size exceeds the limit, the associated error code will be -32616.

Endpoint Authentication Options


Note:

Please note that setting JWT (JSON Web Tokens), configuring all whitelist options, and changing any rate limits beyond credits per second are only available to users on the Growth plan and higher. Users on the Free or Starter plans can only change their requests per second rate limit or add, use, and delete an authentication token. Visit our pricing page for more information.

Token Authentication

By default, all endpoints created on QuickNode are protected by a token in the URL which looks something like this:


http://sample-endpoint-name.network.quiknode.pro/token-goes-here/

Approved Referrer List

For endpoints on the shared network, you are able to add a list of approved referrers. This requires any HTTP request to send a REFERRER header or any WebSocket request to send an ORIGIN header populated with one of the referrers you entered into our user panel.

Disabling Token Authentication

You can also disable the token authentication completely in your security settings for a given endpoint. This will allow anyone to make requests to the endpoint without the token.

JWT (JSON Web Tokens)

For additional security, you can also enable JWT for each of your deployed endpoints. JWT allows for stateless authentication between you and your endpoint. Learn how to use JWT with QuickNode in this step-by-step guide.

Multiple Authentication Tokens

Create multiple authentication tokens for each of your deployed endpoints. This allows you to revoke any tokens that may be comprised, without needing to restart your non-compromised endpoint.

To roll an individual authentication token, create an additional token and then delete the previous token. Learn more about multiple authentication tokens in this QuickNode guide.

We ❤️ Feedback!

If you have any feedback or questions about this documentation, let us know. We'd love to hear from you!

Share this doc