All chains

Solana

Solana VM·SOL

checking…
POSThttps://moltnode.ag/solana

Call it

curl
curl -X POST https://moltnode.ag/solana \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"getSlot","params":[]}'

Works unchanged with viem, ethers, web3.py, or any JSON-RPC client — see the quickstart. Batch requests and all Solana VM methods pass straight through.

About Solana

Solana is a high-performance non-EVM layer-1 known for fast finality and very low fees.

MoltNode gives you a free Solana RPC endpoint at moltnode.ag/solana. Send JSON-RPC 2.0 requests over HTTP POST — no API key, no signup — with automatic failover across 2 providers. It works with viem, ethers, web3.py, wallets, and AI agents.

Solana RPC — FAQ

Is the Solana RPC free?

Yes. The Solana endpoint at moltnode.ag/solana is open — no API key and no signup. The service is shared, so please use it responsibly.

Do I need an API key to use Solana?

No. Send JSON-RPC 2.0 over HTTP POST to moltnode.ag/solana. Upstream provider keys are handled server-side and never exposed to callers.

What happens if a Solana provider goes down?

Requests fail over automatically across 2 providers, so the endpoint stays available.

Does Solana support standard Solana VM methods?

Yes. All Solana VM JSON-RPC methods work, including batch requests sent as a JSON array.