API Overview
Overview of the NoLimitNodes API architecture, endpoints, and request format.
NoLimitNodes exposes five authenticated Solana interfaces.
Endpoints
JSON-RPC request
jsonrpcstringrequiredUse "2.0".
idstring | number | nullUse a value unique within your client. Match responses by this field.
methodstringrequiredUse a supported Solana method name.
paramsarrayFollow the selected method schema.
curl https://rpc.nln.clr3.org \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -d '{ "jsonrpc":"2.0", "id":"balance", "method":"getBalance", "params":["83astBRguLMdt2h5U1Tbd1hZemEfWp1YGt6jZvoRoKCo"] }'Stream choice
Use WebSocket for standard Solana PubSub.
Use Yellowstone for low-level Geyser updates and advanced filters.
Use Enhanced Streams for the curated 18-topic catalog.
Use Program Streams for 1,074 program instructions and events in their source shape.
Commitment
Pick confirmed for most live application reads. Pick finalized for durable settlement records.