deposit
Generate a deposit invoice (bolt11) for a specified amount and mint. If no mint is provided, all mints are tried concurrently, ensuring immediate invoice creation for payment. Facilitates secure and efficient fund deposits.
Instructions
Create a deposit invoice (bolt11) for the specified amount and mint. Returns the invoice immediately for payment. If no mint is specified, all mints will be tried concurrently and the first successful response will be used.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount in satoshis | |
mintUrl | No | Mint URL to deposit to (optional - all mints tried concurrently if not provided) |