Express

POST

This is only used for self-custody lightning. Unlock the Lightning Network Daemon (LND) node with the given wallet password.

Path Params

  • coin string required
    A lightning coin name.
  • walletId string required
    The wallet ID.

    matches ^[0-9a-f]{32}$

Body Params

object

  • passphrase string
    Passphrase to decrypt the unlock the node.

Responses

200
OK

Response Body

object

  • message string
400
Bad Request

Response Body

ONE OF

  • error string required
    Human-readable error message
  • requestId string required
    Client request id
  • context object
    Properties that apply to a specific error name
  • name string required
    Error code