No signup. No KYC. No subscription.
Authenticate with your Solana wallet, deposit USDC, start making calls. 60 seconds from keypair to first request.
Send USDC (SPL) on Solana mainnet to CQKviPv5QupKhE6MuhSuqP4uh1JfrL93nxtcx23tLMRk (min $0.01). Credits appear within seconds. Account is created automatically. Do not send SOL or other tokens.
JSON-RPC, sendTransaction, WebSocket, Jito bundles, Yellowstone gRPC. Wallet-sig auth works immediately. Credits deducted per call by method weight.
Want lower-latency auth? Call /account/api-key with wallet sig to get an API key. Bots can skip this.
Tuned for the methods trading bots hit all day. Archive-only methods require a dedicated profile.
getSlot, getBalance, getAccountInfo, getMultipleAccounts, getLatestBlockhash, token lookups, priority-fee helpers.
sendTransaction, sendSmartTransaction, Jito bundles, WebSocket subscriptions, Yellowstone gRPC.
No shared cloud pools. A single dedicated EPYC bare-metal box running Agave, one network hop from the Solana cluster.
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" ); // Send USDC to deposit โ wallet-sig works immediately const slot = await rpc.getSlot(); await rpc.call("sendTransaction", [tx]);
Deposit USDC, get credits, spend credits. Credits expire after 10 days.
getSlotgetBalancegetAccountInfogetLatestBlockhashsimulateTransactiongetAssetsByOwnergetTransactiongetSignaturesForAddressexplainTransaction*getBlock*getTokenAccountsByOwnersimulateBundlegetTokenAccountsByDelegatesendTransactionsendSmartTransactionsendBundleaccountSubscribelogsSubscribeslotSubscribe* Archive-only methods (getEnrichedTransaction, explainTransaction, getConfirmedTransaction) require a dedicated profile. All other listed methods are available on the default endpoint.
CQKviPv5QupKhE6MuhSuqP4uh1JfrL93nxtcx23tLMRk, min $0.01). Credits appear within seconds. If you want an API key, call POST /account/api-key with a wallet signature. No signup form, no email, no KYC. Do not send SOL or other tokens.PAYMENT-REQUIRED header containing Solana USDC payment instructions. x402-compatible client SDKs parse this, send a USDC payment, and retry automatically โ your account is credited within seconds.X-Api-Key header, generated via /account/api-key), and session tokens (challenge-response). Bots typically use wallet-sig or API key./pricing). Credits expire after 10 days. Each RPC method has a credit cost based on its computational weight โ cheap reads cost 1 credit, heavy queries cost up to 25.curl, fetch, urllib, or any HTTP client. For wallet-sig auth, you need to sign the canonical message solana-nodius:v2:{METHOD}:{PATH}:{TIMESTAMP}:{NONCE}:{SHA256_BODY_HEX} with Ed25519. See the API reference for complete raw examples in Python, JavaScript, and curl.wss://rpc.nodius.xyz/ws (5 credits to subscribe, 1 per notification) and Yellowstone gRPC at grpc://rpc.nodius.xyz:10001 (60 credits/minute, unlimited notifications).ENDPOINTS
https://rpc.nodius.xyz
wss://rpc.nodius.xyz/ws
grpc://rpc.nodius.xyz:10001