nevent Decoder

Extract event id + relay hints from nevent TLV — 5 sats

About

Decode a Nostr nevent1... identifier. Returns canonical hex event id, relay hints, and optional author/kind fields from TLV records.

Try It

5 sats via L402.

API Usage

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

Sample Response

{
  "ok": true,
  "nevent": "nevent1...",
  "hex_event_id": "3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d",
  "relays": ["wss://relay.damus.io"],
  "hex_author_pubkey": "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245",
  "kind": 1
}
Also available via MCP at maximumsats.com/mcp