Wild APIs

Solana JSON RPC

FreeUntestedOur check runs without a key, so we couldn't test this one. It doesn't mean it's down.
Query Solana blockchain state, transactions and account data via JSON-RPC over the public mainnet endpoint.

Example request

curl -s -X POST https://api.mainnet-beta.solana.com -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"getHealth"}'

Free tier, in plain English

Free with no key on the public shared endpoint, but rate-limited, best-effort, and not meant for production traffic.

Alternatives in Crypto