Documentation

Everything you need to integrate with Nodius โ€” permissionless Solana RPC for bots, agents, and automated infrastructure.

Endpoints HTTPS: https://rpc.nodius.xyz
WebSocket: wss://rpc.nodius.xyz/ws
Yellowstone gRPC: grpc://rpc.nodius.xyz:10001

Getting Started

Core Concepts

API Reference

Quick Install

TypeScript
Python
curl
npm install @nodius/sdk
pip install nodius
# No install needed โ€” just curl
curl -X POST https://rpc.nodius.xyz/ \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"jsonrpc":"2.0","id":1,"method":"getSlot"}'