Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lnbits/extensions/withdraw/README.md
|
|
@ -9,6 +9,6 @@ With this extension to can create/edit LNURL withdraws, set a min/max amount, se |
|
|
|
|
|
|
|
|
|
|
|
## API endpoint - /withdraw/api/v1/lnurlmaker |
|
|
|
Easily fetch one-off LNURL |
|
|
|
Easily fetch one-off LNURLw |
|
|
|
|
|
|
|
curl -H "Content-type: application/json" -X POST https://YOUR-LNBITS/withdraw/api/v1/lnurlmaker -d '{"amount":"100","memo":"ATM"}' -H "Grpc-Metadata-macaroon: YOUR-WALLET-ADMIN-KEY" |
|
|
|