Improved Javadocs.

This commit is contained in:
Erik C. Thauvin 2021-05-23 14:19:12 -07:00
parent 45c36389d5
commit 11c449278f
3 changed files with 14 additions and 5 deletions

View file

@ -35,9 +35,9 @@ marketPrice(
```
Parameters | Description
:---------- |:-------------------------------------------------------
`base` | The cryptocurrency ticker symbol (BTC, ETH, ETH2, etc.)
`currency` | The fiat currency ISO 4217 code.
:---------- |:-------------------------------------------------------------
`base` | The cryptocurrency ticker symbol (`BTC`, `ETH`, `ETH2`, etc.)
`currency` | The fiat currency ISO 4217 code. (`USD`, `GBP`, `EUR`, etc.)
`date` | The `LocalDate` for historical price data.
A `CryptoPrice` is returned defined as follows: