Start using Nodius

Activate with a Solana wallet, buy credits with USDC, and send paid RPC traffic. There are no subscriptions, plans, invoices, or manual approvals.

Credit rate
10,000 / USDC
Credit expiry
10 days
Auth
Wallet signing
Endpoint
Frankfurt

Wallet-only bot

npm install @nodius/sdk @solana/web3.js
NODIUS_ENDPOINT=https://rpc.nodius.xyz \
KEYPAIR_FILE=/secure/path/bot-keypair.json \
npx tsx examples/wallet-only-bot.ts

Funding

RuleValue
AssetSPL USDC
SenderActivated wallet only
Credits10,000 credits per 1 USDC
ExpiryUnused credits expire after 10 days
Higher-cost servicesCharged more credits, no plan upgrade

Launch smoke test

PUBLIC_URL=https://rpc.nodius.xyz \
KEYPAIR_FILE=/secure/path/funded-test-keypair.json \
EXPECT_FUNDED=true \
node scripts/customer-flow-smoke.mjs

Streaming

For WebSocket and Yellowstone, bots can authenticate with a wallet once and pass the short-lived session token to the streaming transport. API keys remain optional.