Channel Information

Channel ID

{{channel.chan_id}}

Peer Alias

{{channel.remote_alias}}

Channel Point

{{channel.channel_point}}

Peer Public Key

{{channel.remote_pubkey}}

Local Balance

{{channel.local_balance | number}}

Remote Balance

{{channel.remote_balance | number}}

Capacity

{{channel.capacity | number}}

Uptime (Seconds)

{{channel.uptime | number}}

Active

{{channel.active ? 'Yes' : 'No'}}

Private

{{channel.private ? 'Yes' : 'No'}}

Initiator

{{channel.initiator ? 'Yes' : 'No'}}

Number of Updates

{{channel.num_updates | number}}

Commit Fee

{{channel.commit_fee | number}}

Commit Weight

{{channel.commit_weight | number}}

Fee/KW

{{channel.fee_per_kw | number}}

Static Remote Key

{{channel.static_remote_key ? 'Yes' : 'No'}}

{{screenSize === screenSizeEnum.XS ? 'Total Sats Sent' : 'Total Satoshis Sent'}}

{{channel.total_satoshis_sent | number}}

{{screenSize === screenSizeEnum.XS ? 'Total Sats Recv' : 'Total Satoshis Received'}}

{{channel.total_satoshis_received | number}}

Unsettled Balance

{{channel.unsettled_balance | number}}

CSV Delay

{{channel.csv_delay | number}}

Local Reserve (Sats)

{{channel.local_chan_reserve_sat | number}}

Remote Reserve (Sats)

{{channel.remote_chan_reserve_sat | number}}

Lifetime (Seconds)

{{channel.lifetime | number}}

Pending HTLCs

{{channel?.pending_htlcs?.length | number}}