Skip to content

This script retrieves the balance of an address within a specified date range.

License

Notifications You must be signed in to change notification settings

ZeroPass/eosio_get_balances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Get balances (within range) from EOSIO chain

ZeroPass Team, 2023

Description

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.

Manual

  1. API_KEY:
    Replace 'YOUR_API_KEY_HERE' with your actual API key.
  2. ACCOUNT:
    Replace 'YOUR_ACCOUNT_ADDRESS_HERE' with the address of the account you're inquiring.
  3. START_DATE:
    Replace '2020-01-01' with the start date of the range in format 'YYYY-MM-DD'.
  4. END_DATE:
    Replace '2020-01-01' with the end date of the range in format 'YYYY-MM-DD'.

About

This script retrieves the balance of an address within a specified date range.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published