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.api 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.6.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.6.tar.gz.
File metadata
- Download URL: heliumapipy-1.6.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 |
2ac00db874e056ef6e07f04bfb7f18e3e21ee6fdcaacacd9efe4ce325c252a41
|
|
| MD5 |
2ab7c5331d7ebce2e3816b8df7f94bac
|
|
| BLAKE2b-256 |
e2beaebf992d5db486061a3ee01841b486f98ad80a66bb8c184d8456f86f23bf
|
File details
Details for the file heliumapipy-1.6-py3-none-any.whl.
File metadata
- Download URL: heliumapipy-1.6-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 |
3e7b9557b0c041b2aaebfbe76f8d1108ec49959bc275bf9243cda83e7582f3af
|
|
| MD5 |
11b872aef2e7242ea8094b7b85b054ad
|
|
| BLAKE2b-256 |
da1df4f60fbaf07e251864a4bd96228f8e76e194ae5ad80eb4b40d57ca226c3f
|