Onectra
CA: 3jvHzsSdspbBPfz3NLawpLH2ZioiZjDCvHZNekzApump

ThefastestSolanaRPCbuiltforbuilders

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.

Start BuildingView Documentation

Capabilities

Everything you need from a Solana RPC

A complete set of endpoints that cover account queries, token operations, transaction handling, and real-time subscriptions across the entire Solana network.

Full Solana State Access

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.

Token & NFT Data

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.

WebSocket Subscriptions

Stream real-time updates with persistent WebSocket connections. Subscribe to account changes, slot updates, signature confirmations, and program logs as they happen, without polling.

Transaction Simulation

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.

DAS API for Digital Assets

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.

Enhanced Priority Fees

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

From playground to first request in under two minutes

1

Visit the Playground

Head to our live playground and start querying the Solana network instantly. No signup required, no API key needed.

2

Pick a Method

Choose from getBalance, getAccountInfo, getSlot, getTokenAccountsByOwner, and more. Enter a Solana address and hit run.

3

Integrate Your Endpoint

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.

4

Build and Ship

Use the same endpoint in your app. Our infrastructure handles the load so you can focus on building your product.

Quick Start Example
// 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

140+ RPC methods at your fingertips

Full Solana JSON-RPC spec coverage plus enhanced methods for digital assets, priority fees, and bundle submission.

getAccountInfoReturns all information associated with the account of provided Pubkey
getMultipleAccountsReturns account information for a list of Pubkeys
getProgramAccountsReturns all accounts owned by the provided program Pubkey
getBalanceReturns the lamport balance of the account
getMinimumBalanceForRentExemptionReturns minimum balance required to make account rent exempt
getLargestAccountsReturns the 20 largest accounts by lamport balance

Infrastructure

Built on bare-metal nodes across three continents

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.

3
Regions
12
Bare-metal nodes
<50ms
p50 latency
getAccountInfo18ms
getTokenAccountsByOwner32ms
sendTransaction12ms
getTransaction28ms
simulateTransaction45ms
getProgramAccounts48ms

What's Next

Building toward decentralized, unstoppable RPC

Our roadmap is driven by what Solana builders actually need. Each milestone brings the network closer to fully permissionless, high-performance infrastructure.

Q3 2026In Development

Staked Connections & MEV Protection

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.

Q4 2026Planned

Historical Transaction Indexer

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.

Q1 2027Research

RPC Marketplace & Plugin System

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.

Q2 2027Vision

Decentralized RPC Network

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

Common questions, clear answers

We run on dedicated bare-metal hardware instead of shared cloud instances. This means consistent latency without noisy-neighbor effects. Our nodes use custom Geyser plugins for real-time state streaming, and we maintain full Solana state with SSD-backed storage optimized for the random read patterns that RPC queries demand. We also provide enhanced APIs beyond the standard JSON-RPC spec, including DAS for digital assets and priority fee estimation.

Yes. Onectra provides access to Mainnet-Beta, Devnet, and Testnet. You get separate endpoints for each network so there is no risk of mixing environments.

WebSocket connections are persistent, bidirectional channels that let you receive real-time updates without polling. You can subscribe to account changes, slot updates, signature confirmations, root changes, and program log events. Each subscription is identified by a unique ID, and you can have multiple active subscriptions on a single connection.

We apply reasonable rate limits to prevent abuse and ensure fair access for all users. If you hit a limit, you will receive a 429 status code with a Retry-After header. We never silently drop requests or degrade performance. You always get a clear signal about your usage.

Absolutely. Onectra is a drop-in replacement for any standard Solana RPC endpoint. If your SDK accepts an RPC URL, you can use our endpoint. This includes Anchor, @solana/web3.js, solana-py, Solana Rust SDK, and any other library that speaks JSON-RPC. No wrapper or adapter needed.

We forward transactions to multiple leader nodes simultaneously to maximize landing probability. Our infrastructure monitors leader schedules and routes to the current and upcoming leaders. Staked connections provide direct paths to validators, bypassing the public gossip network entirely for higher landing rates.

We target 99.99% uptime. Our infrastructure uses automatic failover across regions, health-checked load balancing, and rolling deployments that never take the entire fleet offline.

Yes. You can submit Jito bundles through our endpoint. We also offer MEV-protected transaction sending, which routes your transaction through private channels that prevent sandwich attacks and front-running. This is especially important for DeFi applications and trading bots.

Start building on Solana's most
reliable RPC infrastructure

Try it now in the playground. No signup, no credit card, no API key needed.