Convert LNURL bech32 strings to callback URLs — 5 sats
Decode a bech32 lnurl1... string into the underlying callback URL. Useful for debugging LNURL integrations and payment links.
5 sats via L402.
curl -X POST https://maximumsats.com/api/lnurl-decode \
-H "Content-Type: application/json" \
-d '{"lnurl":"lnurl1..."}'
{
"ok": true,
"lnurl": "lnurl1...",
"url": "https://example.com/.well-known/lnurlp/max"
}