Developer API
Robust Bitcoin Lightning API for developers with near-zero fees
Powerful API with Near-Zero Fees
Our Developer API offers a robust solution for integrating Melt Finance's features into your applications:
- Near-zero transaction fees
- Averaging 2-second transaction completion
- Easy implementation without KYC
Quick Start Guide
Get started with our API in just a few simple steps:
- 1 Sign up for a Melt Finance account
- 2 Obtain your API key from the button below
- 3 Make your first API call
Here's a sample API call to get your account balance:
curl -X GET "https://api.meltfinance.org/v1/balance?apikey=YOUR_API_KEY" \
-H "Content-Type: application/json"