You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+33-20Lines changed: 33 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -44291,24 +44291,39 @@ components:
44291
44291
rewardBalanceString:
44292
44292
type: string
44293
44293
description: The staking reward balance in base units. Guaranteed to not lose precision. The is only returned if the `includeStakingBalances` query parameter is set to `true`.
44294
-
inboundBalance:
44295
-
type: string
44296
-
description: Inbound balance in millisatoshis (remote balance)
44297
-
inboundPendingBalance:
44298
-
type: string
44299
-
description: Pending inbound balance in millisatoshis (pending open remote balance)
44300
-
inboundUnsettledBalance:
44301
-
type: string
44302
-
description: Unsettled inbound balance in millisatoshis (unsettled remote balance)
44303
-
outboundBalance:
44304
-
type: string
44305
-
description: Outbound balance in millisatoshis (local balance)
44306
-
outboundPendingBalance:
44307
-
type: string
44308
-
description: Pending outbound balance in millisatoshis (pending open local balance)
44309
-
outboundUnsettledBalance:
44310
-
type: string
44311
-
description: Unsettled outbound balance in millisatoshis (unsettled local balance)
44294
+
offchain:
44295
+
type: object
44296
+
description: Lightning Balances
44297
+
properties:
44298
+
inboundBalance:
44299
+
type: string
44300
+
description: Inbound balance in millisatoshis (remote balance)
44301
+
inboundPendingBalance:
44302
+
type: string
44303
+
description: Pending inbound balance in millisatoshis (pending open remote balance)
44304
+
inboundUnsettledBalance:
44305
+
type: string
44306
+
description: Unsettled inbound balance in millisatoshis (unsettled remote balance)
44307
+
outboundBalance:
44308
+
type: string
44309
+
description: Outbound balance in millisatoshis (local balance)
44310
+
outboundPendingBalance:
44311
+
type: string
44312
+
description: Pending outbound balance in millisatoshis (pending open local balance)
44313
+
outboundUnsettledBalance:
44314
+
type: string
44315
+
description: Unsettled outbound balance in millisatoshis (unsettled local balance)
44316
+
outboundLockedBalance:
44317
+
type: string
44318
+
description: Locked (from pending force closed channels) outbound balance in millisatoshis (locked local balance)
0 commit comments