---
title: "Lightning - Get Channel Backup"
method: GET
path: "/api/v2/wallet/{walletId}/lightning/backup"
tags: ["Lightning"]
---

# Lightning - Get Channel Backup

`GET /api/v2/wallet/{walletId}/lightning/backup`

This is only used for self-custody lightning. Retrieve the channel backup for the given wallet.

## Path parameters

- `walletId` string, required

## Response `200`

OK

- LightningBackupResponse
  - `chanPoints` LightningChanPoints[] — List of channel points
    - `fundingTxid` string — Funding transaction ID
    - `outputIndex` integer — Output index
  - `multiChanBackup` string — Multi-channel backup

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
