Permanent LNURL-withdraw
Static LNURL-withdraw provides an LNURL tied to a wallet that will always be active. This will allow direct withdraw access to the wallet at all times.
get
https://api.lnpay.co/v1/wallet
/:wallet_key/lnurl/withdraw-static
GetLnurlWalletWithdrawStatic
These LNURLs allow unlimited access to withdrawing from the wallet!
cURL
curl -u sak_XXXXXXX: \
"https://api.lnpay.co/v1/wallet/waka_XXXXXXXXX/lnurl/withdraw-static?num_satoshis=3"
Last modified 2yr ago