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.3.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.3.tar.gz.
File metadata
- Download URL: heliumapipy-1.3.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 |
50d846c0c6d4f1d844a0784364c4230947de5ed0ce2d84bed4e89d454f2d1332
|
|
| MD5 |
9b274026a7d9f6457c89e1c473c37dd8
|
|
| BLAKE2b-256 |
f4d49f8ba99c07a201608664eab19c661a7ea85fb6b067cae56122c9752f40c7
|
File details
Details for the file heliumapipy-1.3-py3-none-any.whl.
File metadata
- Download URL: heliumapipy-1.3-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 |
54b47442ed32aab7fa1d324757840d8246aeb4440b864bcb6db7a5f7bfcb6085
|
|
| MD5 |
d465bf80f4cb43755252d6793de79121
|
|
| BLAKE2b-256 |
739004f5d812fdc0454a761402fb1585e94844aba7aaa1e4716599203a4484f2
|