Skip to content

Commit f7fe97d

Browse files
Merge pull request #428 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 4740180 + dd5bb4e commit f7fe97d

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

api.yaml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10088,9 +10088,11 @@ paths:
1008810088
tags:
1008910089
- Market Data
1009010090
summary: Get historical prices
10091-
description: |
10091+
description: |-
1009210092
Get a list of historical OHLCV (Open, High, Low, Close, Volume) prices for a currency pair within a specified time range.
1009310093
Using this endpoint requires an access token with the appropriate enterprise ID.
10094+
10095+
**Requires access token scope:** `crypto_compare`
1009410096
operationId: marketdata.cryptocompare.historical.prices.get
1009510097
parameters:
1009610098
- $ref: '#/components/parameters/Base'
@@ -10121,9 +10123,11 @@ paths:
1012110123
tags:
1012210124
- Market Data
1012310125
summary: Get spot prices
10124-
description: |
10126+
description: |-
1012510127
Get a single OHLCV (Open, High, Low, Close, Volume) price data point for a currency pair at a specific time.
1012610128
Using this endpoint requires an access token with the appropriate enterprise ID.
10129+
10130+
**Requires access token scope:** `crypto_compare`
1012710131
operationId: marketdata.cryptocompare.spot.prices.get
1012810132
parameters:
1012910133
- $ref: '#/components/parameters/Base'
@@ -29034,16 +29038,20 @@ paths:
2903429038
- $ref: '#/components/parameters/queryCoins'
2903529039
- name: walletType
2903629040
in: query
29037-
description: Filter by Wallet Type (e.g. custodial, hot)
29041+
description: Filter by one or more Wallet Types. Multiple values may be specified (e.g. ?walletType=cold&walletType=hot) and are combined with OR semantics.
2903829042
required: false
2903929043
schema:
29040-
type: string
29041-
enum:
29042-
- cold
29043-
- custodial
29044-
- custodialPaired
29045-
- hot
29046-
- trading
29044+
type: array
29045+
items:
29046+
type: string
29047+
enum:
29048+
- cold
29049+
- custodial
29050+
- custodialPaired
29051+
- hot
29052+
- trading
29053+
style: form
29054+
explode: true
2904729055
- name: walletIds
2904829056
in: query
2904929057
description: Wallet Ids

0 commit comments

Comments
 (0)