New

Solana Beta is now live on every BoltRPC trial.

networks · live live

Blockchain RPC endpoints for every chain.

20+ blockchain networks on HTTPS and WebSocket RPC endpoints, behind a single URL pattern, one JSON-RPC 2.0 interface and one API key. Browser-measured latency updates every second.

20+

Blockchain networks live

2B+

Daily RPC request capacity

ISO 27001

Certified infrastructure

All networks

Every chain we support, on one page.

Pick any network for endpoint URL, supported JSON-RPC methods, archive availability and WebSocket support.

24 networks
Testnets 6

Infrastructure

One RPC stack. Every blockchain.

Pick Ethereum, Base, Polygon or a chain we added last week. The endpoint format, auth header and error semantics don't change. One integration, everywhere.

01 URL pattern

One URL. Swap the slug.

The only thing that changes between chains is the path segment. Same auth header, same JSON-RPC semantics, same error format. Switch chains by editing a single string.

Same URL, different chain
https://eu.endpoints.matrixed.link/rpc/ethereum?auth=YOUR_API_KEY
https://eu.endpoints.matrixed.link/rpc/arbitrum?auth=YOUR_API_KEY
https://eu.endpoints.matrixed.link/rpc/base?auth=YOUR_API_KEY
https://eu.endpoints.matrixed.link/rpc/polygon?auth=YOUR_API_KEY
https://eu.endpoints.matrixed.link/rpc/solana?auth=YOUR_API_KEY
02 Reliability

Multi-region RPC failover.

Redundant nodes with on-call engineers 24/7. Traffic reroutes to a healthy replica automatically if a primary node has issues.

24/7

On-call engineers, every day of the year.

03 WebSocket

WebSocket RPC streaming included.

WSS endpoints included at every tier. Subscribe to new blocks, pending transactions and log events without a premium add-on.

04 Resilience

Automatic multi-region failover.

Nodes deployed across multiple regions with a shared load balancer. Failover is automatic and invisible to your application.

05 Historical

Blockchain archive data on request.

Full historical state for eligible networks. Call any block, any time. Included on Enterprise by default, available on request on Business for select networks.

06 Standards

JSON-RPC 2.0, by the spec.

Drop-in replacement for any existing provider. No proprietary extensions, no custom middleware. Your existing client libraries just work.

Integration

How to integrate a blockchain RPC endpoint in 60 seconds.

No SDK to install, no auth handshake, no proprietary middleware. Standard JSON-RPC over HTTPS or WebSocket. Works with every client library you already use.

  1. 1

    Start your trial.

    14 days on any tier, no credit card. Your API key is ready within seconds.

  2. 2

    Pick a chain.

    Swap the slug in the URL for the network you need: ethereum, arbitrum, solana and 21 more.

  3. 3

    Make the call.

    Point your existing JSON-RPC client at the endpoint. Your production code stays the same. Only the URL changes.

curl -X POST https://eu.endpoints.matrixed.link/rpc/ethereum?auth=YOUR_API_KEY \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

Same pattern for every chain. Change the slug, keep everything else.

In production at
Chainlink Enjin Tiingo Gains Network

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.

FAQ

Blockchain RPC network FAQ

Technical questions we get about supported networks, latency numbers and how the underlying infrastructure holds up.