Skip to content

Commit

Permalink
Update historical_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanramoscfa committed Jun 29, 2024
1 parent 1e800cc commit 81faa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycgapi/historical_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def multiple_coins_historical_data(
def coin_circulating_supply_history(
self,
coin_id: str = 'bitcoin',
days: Union[int, str] = 'max',
days: Union[int, str] = 30,
interval: str = 'daily',
from_date: str = None,
to_date: str = None
Expand Down

0 comments on commit 81faa4e

Please sign in to comment.