Skip to content

Commit 1221149

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 4740180 commit 1221149

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

api.yaml

Lines changed: 6 additions & 2 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'

0 commit comments

Comments
 (0)