Get Lightning Channel Details
API-v2lightning::channels::get_channel_details
Returns details about a Lightning Network channel.
| Parameter | Type | Required | Description |
|---|---|---|---|
| coin | string | ✓ | The ticker of the coin you would like to view channel details for. |
| uuid | string | ✓ | Unique channel identifier. |
| Parameter | Type | Description |
|---|---|---|
| status | string | The status of the channel (e.g., Open). |
| details | object | Channel details object. |
| id | int | Request identifier. |
Get Channel Details
POST
get_channel_details{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "lightning::channels::get_channel_details",
"params": {
"coin": "tBTC-lightning",
"uuid": "2b50e274-c173-4fa1-95f3-97f9f82ace92"
},
"id": 54
}