Skip to main content
LakeQuery examplesFlowGatewayPricingConsole

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

  1. Log in to the OBSRVR Console
  2. Navigate to Nodes in the sidebar
  3. Click Create Node
  4. Select your node type:
    • Horizon - Full Stellar Horizon API
    • RPC - Stellar RPC for Soroban smart contracts
  5. Configure your node settings
  6. 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