New

Solana Beta is now live

moonbeam live
Moonbeam

Moonbeam RPC Endpoint

Moonbeam blends EVM tooling with Polkadot interoperability. One dedicated endpoint covers your contracts plus XCM cross-chain reads.

chain id · 1284 json-rpc 2.0 websocket

latency

In production at
Chainlink Enjin Tiingo Gains Network

Quick connect

Your endpoint, ready in one line.

Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.

HTTPS
https://eu.endpoints.matrixed.link/rpc/moonbeam?auth=YOUR_API_KEY
WebSocket
wss://eu.endpoints.matrixed.link/ws/moonbeam?auth=YOUR_API_KEY

Replace YOUR_API_KEY with your API key. Get a free key →

Connect

Pick your stack.

Copy-paste examples for the libraries you already use. Swap the API key, hit run.

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider(
  "https://eu.endpoints.matrixed.link/rpc/moonbeam?auth=YOUR_API_KEY"
);

About Moonbeam

Connect your dApp, bot, or protocol to Moonbeam Mainnet with BoltRPC. Cross-chain infrastructure running across Polkadot and Ethereum ecosystems needs a single provider that supports both Moonbeam and Moonriver with consistent infrastructure and pricing.

Chain at a Glance

Chain ID1284
ProtocolPolkadot parachain
Block time~12 s
Native tokenGLMR
FinalityPolkadot relay chain finality
EVM compatibleYes

What Moonbeam is Built For

Moonbeam is Polkadot’s primary Ethereum-compatible parachain. It bridges Ethereum tooling to the Polkadot ecosystem, enabling cross-chain protocols that need Polkadot interoperability with EVM developer experience. XCM (Cross-Consensus Messaging) allows Moonbeam to send and receive assets and data to other Polkadot parachains, making it the hub for multi-chain Polkadot deployments that also want Ethereum tooling. Protocols building cross-chain applications use Moonbeam as their Ethereum-compatible anchor point in the Polkadot ecosystem. The chain’s DeFi ecosystem includes protocols migrated from Ethereum and Polkadot-native applications.

Developer Notes for Moonbeam

Moonbeam is a Polkadot parachain with full EVM compatibility, but developers coming from standard EVM chains should understand a few architectural differences. Parachain block production is tied to Polkadot’s relay chain slot cadence, approximately 12 seconds, which is structurally fixed. Unlike standalone EVM chains that can adjust block times through governance, Moonbeam’s 12-second cadence is a function of its parachain design. Plan your polling intervals and WebSocket subscriptions accordingly.

XCM (Cross-Consensus Messaging) is Moonbeam’s cross-chain protocol for passing assets and messages to other Polkadot parachains. From an RPC perspective, XCM interactions on Moonbeam are accessed through precompiled contracts at fixed addresses on the EVM. You call these precompiles using the same eth_call and eth_sendRawTransaction methods as standard EVM contracts. However, the execution path reaches across to other parachains, which means some operations have longer confirmation paths than a standard single-chain EVM call.

Moonbeam’s EVM precompiles expose Polkadot-native functionality including staking, XCM messaging, and governance. Developers who want to build applications that bridge the Ethereum and Polkadot ecosystems should review Moonbeam’s precompile registry for addresses and ABIs before starting development.

Why BoltRPC

Built for teams that ship on Moonbeam.

Cross-chain infrastructure needs consistent RPC across environments

Teams building cross-chain applications on Moonbeam need to test on Moonriver (Moonbeam's Kusama canary) before deploying to Moonbeam mainnet. BoltRPC supports both networks from one provider with one API key. Switch one environment variable when promoting from Moonriver to Moonbeam.

Cross-chain messaging multiplies RPC demand

Moonbeam is a Polkadot parachain with full EVM compatibility. XCM cross-chain messaging generates more RPC activity than standard single-chain apps. Your RPC needs to handle both standard EVM calls and cross-chain state reads reliably.

Polkadot ecosystem reach

Moonbeam connects Ethereum tooling to Polkadot's parachain ecosystem. Projects building multi-chain deployments require stable RPC on Moonbeam as a core dependency. Unreliable RPC breaks cross-chain workflows that may span multiple parachains.

Full EVM compatibility with Polkadot interoperability

Any Ethereum code works on Moonbeam with a single endpoint change. The same JSON-RPC methods, libraries, and tooling apply. XCM functionality is accessed through Moonbeam-specific precompiles using the same EVM interface.

Predictable RU pricing for Polkadot cross-chain patterns

XCM-based applications generate eth_getLogs queries to track cross-chain message events alongside standard EVM calls. Published per-method request-unit pricing means your cross-chain call patterns do not create billing surprises.

WebSocket for cross-chain event monitoring

Subscribe to Moonbeam events in real time via WebSocket. Essential for monitoring XCM message delivery and parachain state changes.

Methods

Full JSON-RPC coverage.

Every standard Moonbeam method you'd expect. Archive-only methods are available on request for qualifying plans.

standard

5
eth_call eth_getLogs eth_getBalance eth_sendRawTransaction eth_blockNumber

FAQ

Moonbeam, explained.

Common questions about connecting to Moonbeam over BoltRPC.

Get started

Pick a chain. Point your client.

One endpoint format, 20+ networks, no SDK. Drop our URL into the client you already use and your integration is done.

https://eu.endpoints.matrixed.link/rpc/ {chain} ?auth= YOUR_API_KEY

No credit card required. · 14-day trial on any tier.