No signup. No KYC. No subscription.
Authenticate with your Solana wallet, deposit USDC, start making calls. 60 seconds from keypair to first request.
Sign with any Ed25519 keypair. Your pubkey is your account. One call to /account/activate — done.
Send USDC from your wallet to the deposit address. Sender-attributed, auto-credited. 1 USDC = 10,000 credits.
JSON-RPC, sendTransaction, WebSocket, Jito bundles, Yellowstone gRPC. Credits deducted per call by method weight.
Tuned for the methods trading bots hit all day. Archive and heavy-indexed scans available on dedicated profiles.
getSlot, getBalance, getAccountInfo, getMultipleAccounts, getLatestBlockhash, token lookups, priority-fee helpers.
sendTransaction, sendSmartTransaction, Jito bundles, WebSocket subscriptions, Yellowstone gRPC.
Per-request Ed25519 signatures, session tokens, or API keys. Your bot picks the mode — no mandatory key management.
Routes through the fastest healthy send leg. Jito bundle support for MEV-protected landing.
High-throughput streaming — accounts, transactions, slots, blocks. Flat 60 cr/min, unlimited notifications.
accountSubscribe, logsSubscribe, slotSubscribe, and more. 5 cr to subscribe, 1 cr per notification.
Batch balance, token, and transaction lookups. Webhook callbacks for account activity.
Dedicated EPYC server, local Agave, no shared pools. One hop from your request to the cluster.
SDK handles auth and billing. Or use raw HTTP with Ed25519 headers — works from any language.
TypeScript import { NodiusClient } from "@nodius/sdk"; const rpc = NodiusClient.fromSecretKey( "https://rpc.nodius.xyz", "your-base58-secret-key" ); await rpc.activate(); const slot = await rpc.getSlot(); await rpc.call("sendTransaction", [tx]);
Deposit USDC, get credits, spend credits. Disabled methods reject before billing.
getSlotgetBalancegetAccountInfogetLatestBlockhashsimulateTransactiongetAssetsByOwnergetTokenAccountsByOwnerexplainTransaction*getTransaction*getBlock*getProgramAccounts*sendTransactionsendSmartTransactionsendBundleaccountSubscribelogsSubscribeslotSubscribe* Available on dedicated endpoint profiles. Hot-node returns -32004 (no charge).
ENDPOINTS
https://rpc.nodius.xyz
wss://rpc.nodius.xyz/ws
grpc://rpc.nodius.xyz:10001