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
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.
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
- getAccountInfo - Solana
- getBalance - Solana
- getBlock - Solana
- getBlockCommitment - Solana
- getBlockHeight - Solana
- getBlockProduction - Solana
- getBlockTime - Solana
- getBlocks - Solana
- getBlocksWithLimit - Solana
- getClusterNodes - Solana
- getEpochInfo - Solana
- getEpochSchedule - Solana
- getFeeForMessage - Solana
- getFirstAvailableBlock - Solana
- getGenesisHash - Solana
- getHealth - Solana
- getHighestSnapshotSlot - Solana
- getIdentity - Solana
- getInflationGovernor - Solana
- getInflationRate - Solana
- getInflationReward - Solana
- getLatestBlockhash - Solana
- getMaxRetransmitSlot - Solana
- getMaxShredInsertSlot - Solana
- getMinimumBalanceForRentExemption - Solana
- getMultipleAccounts - Solana
- getProgramAccounts - Solana
- getRecentPerformanceSamples - Solana
- getRecentPrioritizationFees - Solana
- getSignatureStatuses - Solana
- getSignaturesForAddress - Solana
- getSlot - Solana
- getSlotLeader - Solana
- getSlotLeaders - Solana
- getSupply - Solana
- getTokenAccountBalance - Solana
- getTokenAccountsByOwner - Solana
- getTokenSupply - Solana
- getTransaction - Solana
- getVersion - Solana
- getVoteAccounts - Solana
- isBlockhashValid - Solana
- minimumLedgerSlot - Solana
- sendTransaction - Solana
- simulateTransaction - Solana
- getTransactionCount - Solana