Skip to main content

Scan for balance history

Project description

bisect_scanner

Scan for balance history

Usage

>>> from bisect_scanner import W3Scanner
>>> W3_URL = '...' # w3 archive node url
>>> account = '0x790370ff5045bCeCc2161f0913302FCCC7Ee256d'
# https://etherscan.io/address/0x790370ff5045bCeCc2161f0913302FCCC7Ee256d
>>> scanner = W3Scanner(W3_URL)
>>> [*eth.balance_history('0x790370ff5045bCeCc2161f0913302FCCC7Ee256d')] 
[(0, 0.0),
 (11503731, 0.005),
 (12103372, 0.015),
 (12107610, 0.009),
 (12425773, 0.0)]

Authors

bisect_scanner was written by Karel Novak.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bisect_scanner-0.1.2.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

bisect_scanner-0.1.2-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page