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.4.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.4.tar.gz.
File metadata
- Download URL: heliumapipy-1.4.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 |
c07735ec1ff17705901977b37bc049d126b1056a7ee4c4b8264f1b7367971c46
|
|
| MD5 |
a494b702c81fdaaa980ebd29561d6c24
|
|
| BLAKE2b-256 |
c7d6a1e4389110909f3d4d2f8abafd0e8ccad1ffd59b38559a5a504b1cc71812
|
File details
Details for the file heliumapipy-1.4-py3-none-any.whl.
File metadata
- Download URL: heliumapipy-1.4-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 |
ce109ca15ba689c4bbb7790d8ebfa4815127f3a8c8e4fe025d3821ee7f90d6bd
|
|
| MD5 |
6826da1585501b7f47093c6fd6339ded
|
|
| BLAKE2b-256 |
eb94cc57e9de2411b93244b2e33d6c813d0bcecc0538f3f4e05e7ca4791e741d
|