create_invoice
Generate a BOLT11 invoice to receive Bitcoin Lightning payments, specifying amount in satoshis with optional memo and expiry settings.
Instructions
Create a Lightning invoice to receive a payment. Returns a BOLT11 invoice string to share with the payer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_sats | Yes | Amount to receive in satoshis | |
| memo | No | Optional description/memo for the invoice | |
| expiry_secs | No | Invoice expiry time in seconds. Defaults to 3600 (1 hour) |