On this page

latest contributor to this doc

Last Edit:

@smk762

Get Lightning Channel Details

API-v2lightning::channels::get_channel_details

Returns details about a Lightning Network channel.

ParameterTypeRequiredDescription
coinstringThe ticker of the coin you would like to view channel details for.
uuidstringUnique channel identifier.

ParameterTypeDescription
statusstringThe status of the channel (e.g., Open).
detailsobjectChannel details object.
idintRequest 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
}