# Solana JSON RPC API **Provider:** Solana JSON RPC **Category:** finance **Base URL:** `https://docs.solana.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://docs.solana.com/developing/clients/jsonrpc-api ## Description Provides various endpoints to interact with the Solana Blockchain ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.solana.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://docs.solana.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/solana-json-rpc/) — CC BY 4.0*