Added API reference.
This commit is contained in:
parent
0dff725627
commit
1dda05fe20
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ public class CryptoPriceSample {
|
|||
System.out.println("The current Bitcoin price is " + euroPrice.getAmount() + " in Euros");
|
||||
|
||||
// Get current Bitcoin buy price using API.
|
||||
// See: https://developers.coinbase.com/api/v2#get-buy-price
|
||||
final CryptoPrice buyPrice =
|
||||
CryptoPrice.toPrice(
|
||||
CryptoPrice.apiCall(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue