get fw events
This commit is contained in:
parent
b58839c7e3
commit
a5be3a97e8
12 changed files with 250 additions and 4 deletions
|
|
@ -133,6 +133,11 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- This methods has an __empty__ __request__ body
|
||||
- output: [LiveUserOperation](#LiveUserOperation)
|
||||
|
||||
- GetLndForwardingMetrics
|
||||
- auth type: __Metrics__
|
||||
- input: [LndMetricsRequest](#LndMetricsRequest)
|
||||
- output: [LndForwardingMetrics](#LndForwardingMetrics)
|
||||
|
||||
- GetLndMetrics
|
||||
- auth type: __Metrics__
|
||||
- input: [LndMetricsRequest](#LndMetricsRequest)
|
||||
|
|
@ -567,6 +572,13 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- This methods has an __empty__ __request__ body
|
||||
- output: [LiveUserOperation](#LiveUserOperation)
|
||||
|
||||
- GetLndForwardingMetrics
|
||||
- auth type: __Metrics__
|
||||
- http method: __post__
|
||||
- http route: __/api/reports/lnd/forwarding__
|
||||
- input: [LndMetricsRequest](#LndMetricsRequest)
|
||||
- output: [LndForwardingMetrics](#LndForwardingMetrics)
|
||||
|
||||
- GetLndMetrics
|
||||
- auth type: __Metrics__
|
||||
- http method: __post__
|
||||
|
|
@ -1210,6 +1222,18 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
### LndChannels
|
||||
- __open_channels__: ARRAY of: _[OpenChannel](#OpenChannel)_
|
||||
|
||||
### LndForwardingEvent
|
||||
- __amt_in__: _number_
|
||||
- __amt_out__: _number_
|
||||
- __at_unix__: _number_
|
||||
- __chan_id_in__: _string_
|
||||
- __chan_id_out__: _string_
|
||||
- __fee__: _number_
|
||||
|
||||
### LndForwardingMetrics
|
||||
- __events__: ARRAY of: _[LndForwardingEvent](#LndForwardingEvent)_
|
||||
- __total_fees__: _number_
|
||||
|
||||
### LndGetInfoRequest
|
||||
- __nodeId__: _number_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue