Skip to main content
POST
Creates a Lightning Network invoice that, when paid, will credit your wallet with the specified amount of satoshis.

Request

number
required
Amount in satoshis to add to wallet

Response

string
Lightning invoice (BOLT11 format). Pay this with any Lightning wallet.
string
Payment hash for tracking
number
Invoice amount in satoshis
string
ISO 8601 timestamp when invoice expires

Notes

  • Invoice expires after 1 hour
  • Credits are added instantly when payment is received
  • No minimum amount
  • No fees charged by Saturn (you pay Lightning routing fees)