Replies: 2 comments
-
I don't think you can't get it directly, but you can get a route with the fee information for each step, which you have to add up, to get total fee. https://acinq.github.io/eclair/#findroute (nodeId + invoice) With format = "full" you get base fee and percentage fee for each hope and can add them up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks for that. I was missing the format = "full" option to find those details |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a REST endpoint that can be used to get an estimated fee either given node id and amount or invoice?
Beta Was this translation helpful? Give feedback.
All reactions