Horizon APISoroban RPC

Stellar Infrastructure
Made Simple

Enterprise-grade Horizon API and Soroban RPC for the Stellar network. Build blockchain apps and smart contracts with reliable, scalable infrastructure.

Free tier includes 10,000 requests/month • No credit card required

API Code Examples

Horizon API
$ curl -H "X-API-Key: lq_..." \
  api.lumenquery.io/ledgers?limit=1

{
  "_embedded": {
    "records": [{
      "sequence": 60924672,
      "hash": "e9ff3504..."
    }]
  }
}
Soroban RPC
$ curl -X POST \
  -H "X-API-Key: lq_..." \
  -d '{"jsonrpc":"2.0",
       "method":"getLatestLedger"}' \
  rpc.lumenquery.io

{
  "result": {
    "sequence": 60924672
  }
}

Why LumenQuery?

Skip the infrastructure headaches. We handle the complexity so you can focus on building.

Lightning Fast

Optimized infrastructure with global edge caching. Sub-100ms response times for most queries.

🔒

Secure by Default

API key authentication, HTTPS encryption, and rate limiting protect your applications.

📈

Built to Scale

From prototype to production. Handle millions of requests without changing a line of code.

Simple, Transparent Pricing

Start free, scale as you grow

Free

$0

Perfect for getting started

  • 10,000 requests/month
  • 60 requests/minute
  • Community support
Get Started

Starter

$29/mo

For small applications

  • 100,000 requests/month
  • 300 requests/minute
  • Email support
Get Started
POPULAR

Professional

$99/mo

For growing businesses

  • 1,000,000 requests/month
  • 1,000 requests/minute
  • Priority support
  • Analytics dashboard
Get Started

Enterprise

Custom

For large organizations

  • Unlimited requests
  • 5,000+ requests/minute
  • Dedicated support
  • SLA guarantee
Contact Sales

Ready to Build on Stellar?

Join developers building the future of finance with LumenQuery.

Start Building for Free