naddr Decoder

Extract identifier + author + kind from naddr TLV — 5 sats

About

Decode a Nostr naddr1... identifier. Returns identifier (d-tag), author pubkey, kind, plus relay hints from TLV records.

Try It

5 sats via L402.

API Usage

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

Sample Response

{
  "ok": true,
  "naddr": "naddr1...",
  "identifier": "my-article-slug",
  "hex_author_pubkey": "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245",
  "kind": 30023,
  "relays": ["wss://relay.damus.io"]
}
Also available via MCP at maximumsats.com/mcp