Nostr Wallet Connect Docs
  • Introduction
    • Welcome to NWC
    • Introduction to NWC
  • What to Build
  • FAQ
  • Bitcoin apps and websites
    • Benefits and Features
    • Getting Started
    • Code Examples
    • Connecting To The Wallet
      • Traditional Connection Flow
      • 1-Click Wallet Connections
    • SDKs and Tools
    • Best Practices
  • Bitcoin Lightning wallets
    • Benefits and Features
    • Getting Started
    • Code Examples
    • NWC Relay
    • References & SDKs
    • Best Practices
  • Reference API
    • Overview
      • get_info
      • get_balance
      • make_invoice
      • pay_invoice
      • multi_pay_invoice
      • pay_keysend
      • lookup_invoice
      • list_transactions
    • Error Codes
  • Contribute
    • Specification
    • Design Assets
Powered by GitBook
On this page
  1. Reference API

Error Codes

List of error codes

  • RATE_LIMITED: The client is sending commands too fast. It should retry in a few seconds.

  • NOT_IMPLEMENTED: The command is not known or is intentionally not implemented.

  • INSUFFICIENT_BALANCE: The wallet does not have enough funds to cover a fee reserve or the payment amount.

  • QUOTA_EXCEEDED: The wallet has exceeded its spending quota.

  • RESTRICTED: This public key is not allowed to do this operation.

  • UNAUTHORIZED: This public key has no wallet connected.

  • INTERNAL: An internal error.

  • OTHER: Other error.

Previouslist_transactionsNextSpecification

Last updated 1 month ago