Quick Start
Get started with OBSRVR Nodes to deploy your dedicated Stellar infrastructure.
Prerequisites
- An OBSRVR account (sign up)
- A project that requires dedicated Stellar infrastructure
Provisioning a Node
- Log in to the OBSRVR Console
- Navigate to Nodes in the sidebar
- Click Create Node
- Select your node type:
- Horizon - Full Stellar Horizon API
- RPC - Stellar RPC for Soroban smart contracts
- Configure your node settings
- Review pricing and confirm
Your node will be provisioned within minutes.
Connecting to Your Node
Once provisioned, you'll receive dedicated endpoints for your node:
Horizon Node
# Your dedicated Horizon endpoint
curl "https://your-node-id.nodes.withobsrvr.com/ledgers?limit=10"
RPC Node
# Your dedicated RPC endpoint
curl -X POST "https://your-node-id.rpc.withobsrvr.com" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"getHealth"}'
Next Steps
- Configure Asset Whitelisting to customize data retention
- Review Pricing details
- Contact support for enterprise requirements
