Package | Description |
---|---|
cryptos | |
cryptos.historical |
Modifier and Type | Interface | Description |
---|---|---|
interface |
CryptoBaseExchange |
Interface for CryptoData and HistoricalData.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CryptoData |
Wrapper class for RawData.
|
class |
CryptoInfo |
Wrapper class for GeneralInfo and ConversionInfo.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HistoricalDaily |
Historical data class that is equivalent to the json object returned by the
Historical Daily OHLCV end point.
|
class |
HistoricalData |
Historical data super/factory class for HistoricalDaily, HistoricalHourly,
and HistoricalMinute.
|
class |
HistoricalHourly |
Historical data class that is equivalent to the json object returned by the
Historical Hourly OHLCV end point.
|
class |
HistoricalMinute |
Historical data class that is equivalent to the json object returned by the
Historical Minute OHLCV end point.
|