Skip to content

Commit 0ad8c27

Browse files
Merge pull request #195 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 0b0b2cf + e7fc210 commit 0ad8c27

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

api.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29764,11 +29764,11 @@ paths:
2976429764
$ref: '#/components/schemas/PlatformError'
2976529765
/api/v2/wallet/{walletId}/liability-proofs:
2976629766
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.
29769+
operationId: v2.wallet.proofs.liability.get
2977029770
tags:
29771-
- ProofsService
29771+
- Liabilities
2977229772
parameters:
2977329773
- name: walletId
2977429774
in: path
@@ -36634,6 +36634,7 @@ components:
3663436634
- mtgox
3663536635
- landingPageReferral
3663636636
- caas
36637+
- credInc
3663736638
Agreements:
3663836639
title: Agreements
3663936640
type: object

0 commit comments

Comments
 (0)