Added API reference.

This commit is contained in:
Erik C. Thauvin 2021-05-08 20:10:48 -07:00
parent 0dff725627
commit 1dda05fe20
2 changed files with 2 additions and 0 deletions

View file

@ -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(