From 7351ddd44a18f10c35cee7a9d526dd44116f0a28 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 22:27:04 +0000 Subject: [PATCH 1/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.yaml b/api.yaml index d9b0b41..2e90fe3 100644 --- a/api.yaml +++ b/api.yaml @@ -8828,7 +8828,7 @@ paths: /api/v1/marketdata/cryptocompare/historical/prices: get: tags: - - Market Data + - CryptoCompare summary: Get historical prices description: Get a list of historical prices in a specified time range. Using this endpoint requires an access token with the appropriate enterprise ID. operationId: marketdata.cryptocompare.historical.prices.get @@ -8856,7 +8856,7 @@ paths: /api/v1/marketdata/cryptocompare/spot/prices: get: tags: - - Market Data + - CryptoCompare summary: Get spot prices description: Get historical spot prices from a specific time. Using this endpoint requires an access token with the appropriate enterprise ID. operationId: marketdata.cryptocompare.spot.prices.get From e9a7d1294841b6d6a2c5c8d00ea5646fc8dd06be Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 22:27:13 +0000 Subject: [PATCH 2/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/api.yaml b/api.yaml index 2e90fe3..05d895f 100644 --- a/api.yaml +++ b/api.yaml @@ -21630,7 +21630,7 @@ paths: description: Get the current user’s public information. operationId: trade.user.current tags: - - Accounts + - Trade REST API responses: '200': description: A user @@ -21650,7 +21650,7 @@ paths: description: Get the list of trading accounts that the current user belongs to. operationId: trade.accounts tags: - - Accounts + - Trade REST API responses: '200': description: An array of accounts @@ -21675,7 +21675,7 @@ paths: description: Get balance information about a single trading account. operationId: trade.accounts.balances tags: - - Accounts + - Trade REST API parameters: - name: accountId in: path @@ -21709,7 +21709,7 @@ paths: description: Lists all orders from the given trading account. operationId: trade.orders.detail tags: - - Orders + - Trade REST API parameters: - name: accountId in: path @@ -21790,7 +21790,7 @@ paths: description: Places a new order. There are several types of orders available - Market, Limit, TWAP and SteadyPace (with or without a limit). Orders can only be placed if your account has a sufficient balance. When an order is placed, funds will be reserved for the amount of the order. operationId: trade.orders.add tags: - - Orders + - Trade REST API parameters: - name: accountId in: path @@ -21825,7 +21825,7 @@ paths: description: Get a single order by order id. operationId: trade.orders.order tags: - - Orders + - Trade REST API parameters: - name: accountId in: path @@ -21862,7 +21862,7 @@ paths: description: Attempt to cancel an order that was previously placed. The response will return successful if the cancel request is submitted. Use Get Order endpoint or subscribe to the orders websocket to get the order details. operationId: trade.orders.order.cancel tags: - - Orders + - Trade REST API parameters: - name: accountId in: path @@ -21895,7 +21895,7 @@ paths: description: Lists trades from the trading account. This will include trades that have not yet settled. operationId: trade.trades tags: - - Orders + - Trade REST API parameters: - name: accountId in: path @@ -21970,7 +21970,7 @@ paths: description: Get the details of a single trade by trade id. operationId: trade.trades.trade tags: - - Orders + - Trade REST API parameters: - name: accountId in: path @@ -22007,7 +22007,7 @@ paths: description: Gets a list of all available currencies. operationId: trade.currencies tags: - - Products + - Trade REST API parameters: - name: accountId in: path @@ -22041,7 +22041,7 @@ paths: description: Gets a list of all available products. operationId: trade.products tags: - - Products + - Trade REST API parameters: - name: accountId in: path @@ -22075,7 +22075,7 @@ paths: description: Gets a snapshot of the level1 order book for product operationId: trade.products.product.level1 tags: - - Order Book + - Trade REST API parameters: - name: accountId in: path @@ -22112,7 +22112,7 @@ paths: description: Gets a snapshot of the order book for product operationId: products.product.level2 tags: - - Order Book + - Trade REST API parameters: - name: accountId in: path @@ -22149,7 +22149,7 @@ paths: description: Returns the list of currencies that are available for use as collateral. operationId: trade.margin.collateral.currencies.list tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22176,7 +22176,7 @@ paths: description: Returns the balance of assets deposited as collateral for the specified account. operationId: trade.margin.collateral.transferred.list tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22221,7 +22221,7 @@ paths: description: Returns the margin risk settings for the specified account. operationId: trade.margin.risksettings.get tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22267,7 +22267,7 @@ paths: description: Returns the net open positions for the specified account. operationId: trade.margin.netopenpositions.get tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22301,7 +22301,7 @@ paths: description: Returns the asset-specific net open position limits for the specified account. operationId: trade.margin.netopenpositionlimits.get tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22327,7 +22327,7 @@ paths: description: Runs margin calculations and returns the margin risk profile for the specified account. operationId: trade.margin.riskprofile.get tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22399,7 +22399,7 @@ paths: description: Transfers collateral for the specified account. operationId: trade.margin.collateral.transfer tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22452,7 +22452,7 @@ paths: description: Transfers the amount specified to cover margin position for the specified account. operationId: trade.margin.positions.transfer tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22505,7 +22505,7 @@ paths: description: Transfers the exact amount to cover all short margin positions for the specified account. operationId: trade.margin.positions.cover tags: - - Margin + - Trade REST API parameters: - name: accountID in: path @@ -22571,7 +22571,7 @@ paths: description: Starts an asynchronous process to automatically close all positions by selling and buying assets to attempt to net them to zero. operationId: trade.margin.positions.close tags: - - Margin + - Trade REST API parameters: - name: accountID in: path