Solana

Discover Solana, a high-performance blockchain optimized for decentralized finance and NFTs. Build fast and scalable dApps using its RPC gateway.

The Solana RPC documentation provides developers with the necessary tools to interact with the Solana blockchain programmatically. Solana is a high-performance blockchain that uses a unique consensus mechanism called Proof-of-History (PoH), combined with Proof-of-Stake (PoS), to achieve fast transaction speeds and high throughput. The documentation includes API endpoints for querying blockchain data, managing transactions, and deploying smart contracts. Solana is ideal for decentralized finance (DeFi), NFTs, and scalable decentralized applications requiring low-latency and high performance.

Related: 📚 Supported Blockchains • 🌐 RPC Nodes Solana • 🔗 Official Solana Website

RPC Gateway for Solana blockchain

💎

Solana Mainnet

↳ JSON-RPC
https://solana-mainnet.gateway.tatum.io

Solana Devnet

↳ JSON-RPC
https://solana-devnet.gateway.tatum.io

Connect to Solana and Fetch the Latest Block

This widget lets you instantly query the latest block height (or equivalent) for Solana using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.

Get API key For free. No commitment.

Don't have an API key?

Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.

Retrieve Solana Node Status or Client Version via RPC

Use this pre-configured request to get version or status information for your connected Solana node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.

Test Solana RPC Methods in Postman

Explore and test Solana blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Solana RPC endpoints, validate API responses, or integrate Solana into their applications.

How to use the Solana Postman Collection

  1. Get your API key: Visit Tatum Dashboard to obtain your free API key
  2. Import the collection: Click the "Run in Postman" button below to import the Solana collection
  3. Configure your environment: Update the gateway-api-key variable in the Tatum Gateway environment
  4. Start testing: Execute any Solana RPC method and see real-time responses

Available Solana interfaces

Solana - JSON-RPC

Solana - Tatum API