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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29764,11 +29764,11 @@ paths:
29764
29764
$ref: '#/components/schemas/PlatformError'
29765
29765
/api/v2/wallet/{walletId}/liability-proofs:
29766
29766
get:
29767
-
summary: Fetch liability proofs for a given wallet.
29768
-
description: This API call is used to fetch liability proofs for a specific wallet identified by its ID.
29769
-
operationId: '''v2.wallet.proofs.liability.get'''
29767
+
summary: Get liability proofs
29768
+
description: Get liability proofs for a Go Account. Liability proofs are zero-knowledge proofs (ZKPs) that you can use with BitGo's open-source verification tool to verify that assets held in a specific Go Account are part of the total liabilities published by BitGo. To learn more about the verification tool, see https://github.com/BitGo/proof-of-solvency.
0 commit comments