Nostr ID Inspector

Inspect and decode any Nostr bech32 identifier — 6 sats

About

Classify and decode a Nostr bech32 identifier in one call. Supports npub, note, nprofile, nevent, naddr, and nrelay.

Try It

6 sats via L402.

API Usage

curl -X POST https://maximumsats.com/api/nostr-id-inspect \
  -H "Content-Type: application/json" \
  -d '{"identifier":"npub17td9xj68m0lqtq9y9h3mwkx2jsge630d8r55utumurq4dze3c42sdav95p"}'

Sample Response

{
  "ok": true,
  "type": "npub",
  "identifier": "npub17td9xj68m0lqtq9y9h3mwkx2jsge630d8r55utumurq4dze3c42sdav95p",
  "decoded": {
    "hex_pubkey": "3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d"
  }
}
Also available via MCP as nostr_id_inspect at maximumsats.com/mcp