Skip to content

Commit 0ebfacb

Browse files
Merge pull request #161 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 7edf98e + d924f22 commit 0ebfacb

File tree

1 file changed

+33
-20
lines changed

1 file changed

+33
-20
lines changed

api.yaml

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44291,24 +44291,39 @@ components:
4429144291
rewardBalanceString:
4429244292
type: string
4429344293
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)
44319+
required:
44320+
- inboundBalance
44321+
- inboundPendingBalance
44322+
- inboundUnsettledBalance
44323+
- outboundBalance
44324+
- outboundPendingBalance
44325+
- outboundUnsettledBalance
44326+
- outboundLockedBalance
4431244327
required:
4431344328
- coin
4431444329
- balanceString
@@ -47144,9 +47159,7 @@ components:
4714447159
title: MutabilityConstraint
4714547160
type: string
4714647161
enum:
47147-
- unlocked
4714847162
- permanent
47149-
- sticky
4715047163
- managed
4715147164
MutabilityConstraint1:
4715247165
type: string

0 commit comments

Comments
 (0)