Improved Javadocs.
This commit is contained in:
parent
45c36389d5
commit
11c449278f
3 changed files with 14 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue