High-performance Solana RPC and WebSocket endpoints. Sub-400ms block times, parallel transaction processing, and native support for DeFi, NFTs, and high-frequency trading.
<60ms
Avg latency
99.9%
Uptime SLA
5
Global regions
50K
Free requests/mo
getAccountInfogetBalancegetTransactiongetSignaturesForAddresssendTransactionsimulateTransactionFull method list available in the RPC documentation.
import { Connection } from '@solana/web3.js'
const connection = new Connection(
'https://rpc.kubernodes.com/solana?apiKey=YOUR_KEY'
)
const slot = await connection.getSlot()
console.log('Current slot:', slot)Get a free API key with 50,000 requests per month. No credit card required. Upgrade anytime as your project grows.