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

Blockchain RPC Gateway for Solana

Solana RPC networks

💎 mainnet
https://solana-mainnet.gateway.tatum.io
devnet
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.

Available Solana interfaces

Solana - JSON-RPC

Solana - Tatum API