Alby Developer Guide
User GuideDeveloper Portal
NWC API
NWC API
  • Introduction
    • ❔What is Nostr Wallet Connect?
  • Building Lightning Apps
    • ⛓️NWC HTTP API
      • ℹ️Fetch NWC Info
      • 📢Publish NWC Request
      • ✍️Publish Event
      • 📩Subscribe to Events
      • 🔔Subscribe to NWC Notifications
      • 🔕Delete Subscriptions
      • ↔️Code examples: Creating Requests
    • ⚡NWC JS SDK
  • Building NWC Wallet Services
    • 🗼Alby NWC Relay
Powered by GitBook
LogoLogo

Our content

  • Website
  • Blog
  • GitHub

Follow us

  • Nostr
  • Twitter / X
  • Youtube

Contact us

  • E-mail
  • Community Chat
  • Open Hours

Your bitcoin & nostr companion / from 🐝 with 🧡

On this page

Was this helpful?

  1. Building Lightning Apps

NWC HTTP API

Last updated 11 months ago

Was this helpful?

This NWC HTTP API is designed to bridge the gap between the decentralized Nostr protocol and traditional HTTP endpoints with the NWC specification () in mind. It offers seamless integration, allowing for real-time interaction with the Nostr network through a well-defined HTTP API. It helps Developers/Nostr clients to fetch NWC info, publish NWC requests, or subscribe to events based on filters to create client side applications with in-app payments and much more without worrying about websockets.

For subscriptions/NWC requests, this API accepts a webhook URL to notify about the new events/response event.

⛓️
NIP-47