Closed spiderjako closed 5 years ago
When you input:
from_date = '2018-01-01' to_date = '2019-11-01' asset = 'ethereum' interval = '1d'
san.get( f'daily_active_addresses/{asset}', from_date=from_date, to_date=to_date, interval=interval )
you get a data frame with a column with the name of 'value' instead of 'daily active addresses'
I've fixed the description in the README and removed the functions, which were for the old API.
shouldn't we bump the version ?
When you input:
from_date = '2018-01-01' to_date = '2019-11-01' asset = 'ethereum' interval = '1d'
san.get( f'daily_active_addresses/{asset}', from_date=from_date, to_date=to_date, interval=interval )
you get a data frame with a column with the name of 'value' instead of 'daily active addresses'
I've fixed the description in the README and removed the functions, which were for the old API.