|
def | get_price (self, coins, date_time, kwargs) |
|
def | get_prices_by_date (self, coins, dates, kwargs) |
|
def | get_prices (self, coins, kwargs) |
|
def | __init__ (self, base_url) |
|
def | __init__ (self) |
|
def | log (self, content) |
|
def pyhodl.api.price.models.PricesApiClient.get_price |
( |
|
self, |
|
|
|
coins, |
|
|
|
date_time, |
|
|
|
kwargs |
|
) |
| |
:param coins: [] of str
List of coins
:param date_time: datetime
Date and time to get price
:param kwargs: **
Extra args
:return: {}
Price of coins at specified date and time
def pyhodl.api.price.models.PricesApiClient.get_prices |
( |
|
self, |
|
|
|
coins, |
|
|
|
kwargs |
|
) |
| |
:param coins: [] of str
List of coins
:param kwargs: **
Extra args
:return: [] of {}
List of coin price
def pyhodl.api.price.models.PricesApiClient.get_prices_by_date |
( |
|
self, |
|
|
|
coins, |
|
|
|
dates, |
|
|
|
kwargs |
|
) |
| |
:param coins: [] of str
List of coins
:param dates: [] of datetime
Dates and times to get price
:param kwargs: **
Extra args
:return: [] of {}
Price of coins at specified date and time
The documentation for this class was generated from the following file:
- /home/stefano/Coding/Python/projects/pyhodl/pyhodl/api/price/models.py