Extract identifier + author + kind from naddr TLV — 5 sats
Decode a Nostr naddr1... identifier. Returns identifier (d-tag), author pubkey, kind, plus relay hints from TLV records.
5 sats via L402.
curl -X POST https://maximumsats.com/api/naddr-decode \
-H "Content-Type: application/json" \
-d '{"naddr":"naddr1..."}'
{
"ok": true,
"naddr": "naddr1...",
"identifier": "my-article-slug",
"hex_author_pubkey": "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245",
"kind": 30023,
"relays": ["wss://relay.damus.io"]
}