LSP Price Comparison
Compare Lightning Service Provider fees for different channel sizes
Loading prices...
Public API Access
Note: Currently using mock data for development - real LSP integration pending
Other applications can access this pricing data via our public REST API:
Endpoint
GET /api/prices
Optional: ?channelSize=1000000 (1M-10M sats)
Response Format
{ "success": true, "last_update": "2025-09-05T16:24:06.744Z", "total_lsps": 4, "prices": [ { "lsp_id": "olympus", "lsp_name": "Olympus", "channel_size": 1000000, "price": 12000, "channel_fee_percent": 0.012, "timestamp": "2025-09-05T16:24:06.744Z" } ] }
How to Use
• No authentication required - completely open API
• CORS enabled - works from any website
• Channel size filtering - add ?channelSize=2000000 for 2M sats
• Real-time data - prices update every 10 minutes automatically
Limitations
• Rate limit: ~100 requests/minute (Vercel free tier)
• Data retention: Latest prices only (no historical data)
• Channel sizes: 1M-10M sats supported
• LSPs: Currently 4 providers (Olympus, LNServer, Megalith, Flashsats)
Current Status
• ✅ API endpoint active and responding
• ✅ Mock data enabled for development
• ⏳ Vercel KV configuration pending (real data storage)
• ⏳ Cron jobs will activate after Vercel deployment
• Use Debug Info button to check detailed system status