Cryptocurrency — entry 051 of 53
Solana JSON RPC
Solana's public JSON-RPC clusters expose the full read/write RPC surface — accounts, transactions, blocks, and WebSocket subscriptions — with no signup or API key required. They're free to call, but Solana's own docs are explicit that the shared public endpoints are rate-limited to roughly 100 requests per 10 seconds per IP and are not intended for production traffic, pointing serious usage toward a dedicated third-party RPC provider instead.
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSON, WebSocketResponses can be requested as JSON or WebSocket.
GreatAPIs Score
Score80
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months
Auth quickstart
- No key needed — call it now.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.