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.0.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.0.tar.gz.
File metadata
- Download URL: heliumapipy-1.0.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 |
2913c2e97175711cb3556ed39af9a6fa96efadab932c8116812ab6f975509f4e
|
|
| MD5 |
b04722b6055e701ee80429a26bce6481
|
|
| BLAKE2b-256 |
508e4f56c117ea3880cf48e1eaffae4a3f70a523d33b7f630612dba52cac5347
|
File details
Details for the file heliumapipy-1.0-py3-none-any.whl.
File metadata
- Download URL: heliumapipy-1.0-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 |
fc6fbe48e9507f11f749c5d8769072d9203c1072d58d280e72a75088486aac95
|
|
| MD5 |
afdc5936eba6081863fe42654c7face6
|
|
| BLAKE2b-256 |
0e2059aadc56b126b0775d30a345c22cb26cb325661787e61464eb129d9665a2
|