From a68a6cc6c68fd2870490276e221c00a0d849f94a Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 23:29:58 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/api.yaml b/api.yaml index 36533d0..02a0e71 100644 --- a/api.yaml +++ b/api.yaml @@ -24535,7 +24535,7 @@ paths: required: true schema: type: string - - $ref: '#/components/parameters/queryCoin' + - $ref: '#/components/parameters/queryCoins' - $ref: '#/components/parameters/queryLabel' - $ref: '#/components/parameters/queryPage' - $ref: '#/components/parameters/queryPageSize' @@ -34997,29 +34997,17 @@ components: schema: $ref: '#/components/schemas/Id' description: Return the next batch of results, based on the `nextBatchPrevId` value from the previous batch. - queryCoin: + queryCoins: name: coin in: query - description: The staking asset. + description: Filter by one or more staking assets. required: false + style: form + explode: true schema: - type: string - oneOf: - - type: string - enum: - - ADA - - AVAXP - - BERA - - BTC - - DOT - - ETH - - MATIC - - NEAR - - SOL - - STX - - TON - - WCT - - type: string + type: array + items: + $ref: '#/components/schemas/Coin1' queryFederationQ: name: q in: query @@ -38514,6 +38502,22 @@ components: description: A cryptocurrency or token ticker symbol. type: string example: btc + Coin1: + type: string + description: The staking asset. + enum: + - ADA + - AVAXP + - BERA + - BTC + - DOT + - ETH + - MATIC + - NEAR + - SOL + - STX + - TON + - WCT CoinConditionParameter: title: Coin type: object