Unofficial api for Helium Explorer
Project description
HeliumAPIpy
Unofficial API for Helium Explorer written in Python 3.
See more information at: https://docs.helium.com/api
Installing HeliumAPIpy:
pip install HeliumAPIpy
Basic usage:
Just create a HeliumAPI object after importing it.
All data is being returned in json.
from HeliumAPIpy import HeliumAPI
api = HeliumAPI()
Get token supply:
tokensupply = api.getTokenSupply()
Get block height:
blockheight = api.getBlockHeight()
Get block description:
blockdescription = api.getBlockDescription()
Get block transactions:
blocktransactions = api.getBlockTranscations('1000000')
Get richest accounts:
richestaccounts = api.getRichestAccounts()
Get hotspots by owner address:
gethotspots = api.getHotspotsByOwnerAddress('13AA8PcAZrsojsBVDy2JGEm242nWQeMmRoYaVndtkGy8dNfkn23')
Get activities by address:
getactivities = api.getActivitiesByAddress('13AA8PcAZrsojsBVDy2JGEm242nWQeMmRoYaVndtkGy8dNfkn23')
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
heliumapipy-1.1.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file heliumapipy-1.1.tar.gz.
File metadata
- Download URL: heliumapipy-1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0aa8669ac25ca62d5df2c8049818a2e425f7074e96171c0cf55760f12801e736
|
|
| MD5 |
871c7753649072e55e93a59e7ecf6706
|
|
| BLAKE2b-256 |
8160e52dc9a542b33b93b721fa1fda80be0a937e3a76d962944bf85162379419
|
File details
Details for the file heliumapipy-1.1-py3-none-any.whl.
File metadata
- Download URL: heliumapipy-1.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7122173d2eb36768a88b4d9b0aaed941d725222efffdefdf8fa732c597dc43
|
|
| MD5 |
25a9d128382d2d1cfb570793156341cf
|
|
| BLAKE2b-256 |
e4e12ee81b63613f8aa288b5a426ec27d0a59060540a1f81bcf264d7a7305b4d
|