A library to get various cryptocurrency prices from the marblex API
Project description
marblex.py
A library to get various cryptocurrency prices from the marblex API.
Example
import marblex
client = marblex.Client()
nkt = client.get_NKT()
nka = client.get_NKA()
print(f"NKT : {nkt.USD}$, Percent: {nkt.percent}")
print(f"NKA : {nka.USD}$, Percent: {nka.percent}")
# NKT : 1.47$, Percent: -4.22 %
# NKA : 3.56$, Percent: +1.61 %
License
MIT
inspired by
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
marblex.py-1.0.0a0.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file marblex.py-1.0.0a0.tar.gz
.
File metadata
- Download URL: marblex.py-1.0.0a0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2848860eb588482e81ea577b0d91216268ba68ea6cb539f178e023a8bc04bde6 |
|
MD5 | 412bce4d3030d11e14a781682068faf5 |
|
BLAKE2b-256 | 7e675cd49c632ed6b37bab50542852e3fe9299fda1248acab005865e563c7bfb |
File details
Details for the file marblex.py-1.0.0a0-py3-none-any.whl
.
File metadata
- Download URL: marblex.py-1.0.0a0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9bd5f5fe153bac602edf13099eb3bea8686fa9ddc39823bb474ee43c822df66 |
|
MD5 | 89d609002d0ca635a75bce70622300a1 |
|
BLAKE2b-256 | fa029e67918266d52a51866d07840f489f5db1b880e17a255e5c6a1b3f607f79 |