ZeroPass Team, 2023
This script retrieves the balance of an address within a specified date range.
Note: A valid dfuse API key is required to use this script.
- API_KEY:
Replace'YOUR_API_KEY_HERE'
with your actual API key. - ACCOUNT:
Replace'YOUR_ACCOUNT_ADDRESS_HERE'
with the address of the account you're inquiring. - START_DATE:
Replace'2020-01-01'
with the start date of the range in format 'YYYY-MM-DD'. - END_DATE:
Replace'2020-01-01'
with the end date of the range in format 'YYYY-MM-DD'.