mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
30 lines
864 B
Markdown
30 lines
864 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / HistoricalPrice
|
|
|
|
# Interface: HistoricalPrice
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:574](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L574)
|
|
|
|
## Properties
|
|
|
|
### exchangeRates
|
|
|
|
> **exchangeRates**: `Object`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:576](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L576)
|
|
|
|
Exchange rates (currently empty)
|
|
|
|
***
|
|
|
|
### prices
|
|
|
|
> **prices**: [`HistoricalPriceEntry`](HistoricalPriceEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:575](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L575)
|
|
|
|
Price data points
|