btcpayserver / btcTransmuter

A self-hosted ,modular IFTTT-inspired system for bitcoin services written in C#
https://btcpayserver.org
77 stars 22 forks source link

How to check total LN liquidity #99

Open iBobik opened 2 years ago

iBobik commented 2 years ago

I would like to notify me when there is not enough inbound liquidity on internal LN node.

I was able to get channels info, but how to iterate the list and count summary of their inbound liquidity?

dennisreimann commented 2 years ago

Right now you need to use either one of the third-party tools (like ThunderHub, Lightning Terminal or RTL) or the command line to check those values. We are working towards offering a better overview for the internal Lightning node ourselves.