
Access Solana's entire state with sub-50ms latency. Get account data, token balances, transaction history, and program logs through a single, reliable endpoint. No rate-limit headaches. No dropped requests.
Capabilities
A complete set of endpoints that cover account queries, token operations, transaction handling, and real-time subscriptions across the entire Solana network.
Query any account, token, program, or transaction on Solana. Our nodes index the complete state, so you never hit a gap in coverage. From SPL token metadata to program-derived addresses, every byte is accessible.
Retrieve real-time token balances, mint authorities, supply info, and NFT metadata in a single call. Supports all SPL standards including Token-2022 extensions, compressed NFTs, and Metaplex metadata.
Stream real-time updates with persistent WebSocket connections. Subscribe to account changes, slot updates, signature confirmations, and program logs as they happen, without polling.
Simulate transactions before broadcasting to catch errors early. Preview compute unit consumption, log outputs, and account state changes without spending SOL or waiting for confirmation.
Use the Digital Asset Standard API to query compressed NFTs, fungible tokens, and other digital assets with powerful filtering, sorting, and pagination. Built for marketplaces, wallets, and portfolio trackers.
Get real-time priority fee estimates based on recent block data. Our enhanced API returns percentile-based fee suggestions so your transactions land in the next slot, not three slots later.
Getting Started
Head to our live playground and start querying the Solana network instantly. No signup required, no API key needed.
Choose from getBalance, getAccountInfo, getSlot, getTokenAccountsByOwner, and more. Enter a Solana address and hit run.
Replace your existing RPC URL with your Onectra endpoint. Compatible with every Solana SDK, wallet adapter, and framework out of the box. Anchor, web3.js, Solana-py, all supported.
Use the same endpoint in your app. Our infrastructure handles the load so you can focus on building your product.
// Install the SDK npm install @onectra/sdk // Initialize import { Onectra } from '@onectra/sdk'; const rpc = new Onectra({ network: 'mainnet-beta' }); // Fetch account info const account = await rpc .getAccountInfo( 'TokenkegQ...6yJV' ); // Get token balances const tokens = await rpc .getTokenAccountsByOwner( walletAddress );
API Reference
Full Solana JSON-RPC spec coverage plus enhanced methods for digital assets, priority fees, and bundle submission.
Infrastructure
Our infrastructure runs on dedicated hardware, not shared cloud instances. Each node maintains a full copy of Solana's state with SSD-backed storage optimized for random reads. Geyser plugins stream account updates with zero lag. Geographic distribution ensures that no matter where your users are, latency stays consistently low.
What's Next
Our roadmap is driven by what Solana builders actually need. Each milestone brings the network closer to fully permissionless, high-performance infrastructure.
Introducing staked validator connections that route your transactions through our own validators, providing MEV protection and faster landing rates. Transactions bypass the public mempool entirely.
Full historical indexing going back to Solana genesis. Query any transaction, any account state, at any slot. Designed for analytics platforms, compliance tooling, and research applications.
A plugin architecture that lets developers build custom indexing, filtering, and transformation layers on top of our RPC infrastructure. Sell or share plugins in the Onectra marketplace.
Moving toward decentralization with a network of independent node operators incentivized through token rewards. Community-run infrastructure with the same reliability guarantees.
Frequently Asked Questions