Coinlore cryptocurrency api https://www.coinlore.com
Project description
Python Simple API Client for CoinLore
Simple library for Python to use coinlore crypto api Coinlore.com API
Coinlore provides original cryptocurrency data, coin prices calculated by own algorithm, market caps, trade volumes and more, information updated every minute or less.
Installation
pip install coinlore
Usage
from coinlore.client import Client
client = Client();
//Get Bitcoin Info (Bitcoin)
print(client.getcoin(90))
//Get coins from 0 to 100
print(client.getcoins(0, 100))
//Get coin markets (Bitcoin)
print(client.getmarkets(90))
//Get exchanges
print(client.getexchanges(5))
//Get exchange (Binance)
print(client.getexchange(5))
//Get social stats (Ethereum)
print(client.getsocial(80))
License
MIT license
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file coinlore-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: coinlore-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b9f5408cf05a086980588258737fbc2ad9e894e637620ef81bf72e00fab8911 |
|
MD5 | 9dbee7cd6d61d4a2384fea879d80b024 |
|
BLAKE2b-256 | f33c335c81cb1c025a61b23fe6a44e1d4741e26f6001698d138f933ae0876a86 |