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
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
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
The FCAS health index rating for a digital currency, or an error message if the API rejected the request.