LNURL Decoder

Convert LNURL bech32 strings to callback URLs — 5 sats

About

Decode a bech32 lnurl1... string into the underlying callback URL. Useful for debugging LNURL integrations and payment links.

Try It

5 sats via L402.

API Usage

curl -X POST https://maximumsats.com/api/lnurl-decode \
  -H "Content-Type: application/json" \
  -d '{"lnurl":"lnurl1..."}'

Sample Response

{
  "ok": true,
  "lnurl": "lnurl1...",
  "url": "https://example.com/.well-known/lnurlp/max"
}
Also available via MCP at maximumsats.com/mcp