Package-level declarations

The deserialized responses for Alpha Vantage's digital currency endpoints.

com.crazzyghost.alphavantage.cryptocurrency.response.CryptoResponse holds a digital currency time series as a list of com.crazzyghost.alphavantage.cryptocurrency.response.CryptoUnit open-high-low-close-volume bars alongside its com.crazzyghost.alphavantage.cryptocurrency.response.MetaData. com.crazzyghost.alphavantage.cryptocurrency.response.RatingResponse holds the crypto health index result instead.

Types

Link copied to clipboard
public class CryptoResponse
A digital currency time series response, holding the series as a list of CryptoUnit bars alongside its MetaData, or an error message if the API rejected the request.
Link copied to clipboard
public class CryptoUnit
One open-high-low-close-volume bar of a digital currency time series, priced in the market the request asked for.
Link copied to clipboard
public class MetaData
The header block Alpha Vantage returns alongside a digital currency time series: which currency and market the data covers, when it was last refreshed, and the time zone, interval and output size it was served under.
Link copied to clipboard
public class RatingResponse
The FCAS health index rating for a digital currency, or an error message if the API rejected the request.