From 90711c71507f49a3ab2c66a2f416fba555463079 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 17:02:26 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/api.yaml b/api.yaml index 8cdc96f..0b7eb55 100644 --- a/api.yaml +++ b/api.yaml @@ -22584,8 +22584,8 @@ paths: get: summary: List addresses sorted by balance description: |- - List addresses by sorted balances on a wallet - Supported coins: TRX + List addresses by sorted balances on a wallet. + Supported coins: TRX. operationId: v2.wallet.addresses.balances tags: - Address @@ -22626,8 +22626,7 @@ paths: in: path required: true schema: - allOf: - - $ref: '#/components/schemas/CoinString' + type: string example: trx - name: walletId in: path @@ -31659,8 +31658,7 @@ components: description: Represents the result of a query for addresses with balances. This structure contains the details of a set of addresses, their associated balances, and pagination information about the query results. properties: coin: - allOf: - - $ref: '#/components/schemas/CoinString' + type: string description: The coin associated with the address balances example: trx page: @@ -35997,7 +35995,7 @@ components: ftxCreditorId: type: string ftxHost: - type: string + $ref: '#/components/schemas/FtxHostType' required: - source description: Array to store configs, upon which certain actions are taken, per source @@ -38788,6 +38786,13 @@ components: type: string format: date-time description: When the freeze will end + FtxHostType: + title: FtxHostType + type: string + enum: + - COM + - LIQUID + - US FundingType: type: string enum: