Update the lightning node for a given wallet.

put/api/v2/admin/lightning/{coin}/wallet/{walletId}/update

The LND node needs to be triggered to update every so often. This might be because Voltage did an upgrade of their APIs or we want to actually increase the version of the LND node. Nevertheless, this is an operation that BitGo needs to be in control of because we have the protobufs of the LND client for a specific version.

Path Parameters

  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc

200 Response

success boolean required

400 Response

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

404 Response

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

500 Response

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