Solana Beta is now live on every BoltRPC trial.
Start free trialFree public Enjin RPC endpoints by BoltRPC. Connect to Enjin Matrix Chain and Enjin Relay Chain , no API key required. HTTPS and WebSocket available.
latency
Quick connect
Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.
matrix chain
https://enjin-matrix-chain.matrixed.link wss://enjin-matrix-chain.matrixed.link relay chain
https://enjin-relay-chain.matrixed.link wss://enjin-relay-chain.matrixed.link This is a free public endpoint. No API key required. Need dedicated infrastructure? →
Connect
Copy-paste examples for the libraries you already use. Swap the API key, hit run.
import { ApiPromise, WsProvider } from "@polkadot/api";
const provider = new WsProvider("wss://enjin-matrix-chain.matrixed.link");
const api = await ApiPromise.create({ provider });
const chain = await api.rpc.system.chain();
console.log("Connected to:", chain.toString()); Why BoltRPC
BoltRPC provides a free public WebSocket endpoint for the Enjin Matrix Chain at no cost. Suitable for development, testing and low-to-medium volume production applications. No API key or signup required to start building.
Gaming protocols on Enjin Matrix Chain make frequent ownership queries, asset transfer calls and token balance checks for potentially large numbers of player wallets. For high-traffic game backends, contact us for a dedicated Enjin endpoint with guaranteed availability.
Enjin Matrix Chain has NFT functionality at the protocol layer. The Enjin Multi-Token standard is more efficient for gaming use cases than deploying ERC-721 or ERC-1155 contracts, because token operations are native extrinsics rather than EVM contract calls. This affects how you query asset state and submit transactions.
BoltRPC runs on Matrixed.Link's node infrastructure with over 5 years of production blockchain operation, including Chainlink oracle nodes. The same team that operates enterprise-grade infrastructure runs the Enjin endpoint.
FAQ
Common questions about connecting to Enjin over BoltRPC.
Get started
One endpoint format, 20+ networks, no SDK. Drop our URL into the client you already use and your integration is done.
No credit card required. · 14-day trial on any tier.