Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29764,11 +29764,11 @@ paths:
$ref: '#/components/schemas/PlatformError'
/api/v2/wallet/{walletId}/liability-proofs:
get:
summary: Fetch liability proofs for a given wallet.
description: This API call is used to fetch liability proofs for a specific wallet identified by its ID.
operationId: '''v2.wallet.proofs.liability.get'''
summary: Get liability proofs
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.
operationId: v2.wallet.proofs.liability.get
tags:
- ProofsService
- Liabilities
parameters:
- name: walletId
in: path
Expand Down Expand Up @@ -36634,6 +36634,7 @@ components:
- mtgox
- landingPageReferral
- caas
- credInc
Agreements:
title: Agreements
type: object
Expand Down