diff --git a/pycoingecko/api.py b/pycoingecko/api.py index 3420d89..0241715 100644 --- a/pycoingecko/api.py +++ b/pycoingecko/api.py @@ -150,7 +150,10 @@ def get_coin_ticker_by_id(self, id, **kwargs): @func_args_preprocessing def get_coin_history_by_id(self, id, date, **kwargs): - """Get historical data (name, price, market, stats) at a given date for a coin""" + """Get historical data (name, price, market, stats) at a given date for a coin + + date string format: 'dd-mm-yyyy' + """ kwargs['date'] = date