A python wrapper for UPBit
Project description
A python3 wrapper for UPBit
install
pip3 install python-upbit
Usage
from upbit import UPBitClient
# You do not need an api key for Quotation APIs
print(UPBitClient.get_markets())
api_key = 'your api key'
api_secret = 'a very secret key'
c = UPBitClient(api_key, api_secret)
print(c.accounts)
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
python-upbit-0.1.1.tar.gz
(7.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 python-upbit-0.1.1.tar.gz.
File metadata
- Download URL: python-upbit-0.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67cbf3706e4a7488da793b26cee4da4b0d33e3340921ef2cc6d281a208c7c045
|
|
| MD5 |
b8c52b3881fedfa239cac08551dca158
|
|
| BLAKE2b-256 |
51cd5ea9f56eabbf34b89c545619d84ceccd5c359d64b09d242c4c1a08b35b7a
|
File details
Details for the file python_upbit-0.1.1-py3-none-any.whl.
File metadata
- Download URL: python_upbit-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a86a66b9d240eb7517e2a7146ce0c96672471d6727724e69e3667b60a399608b
|
|
| MD5 |
f998c109e8be66a46a5ef84ca0470e38
|
|
| BLAKE2b-256 |
d89f4a55e8b68306da606f8c9bcef8034b39233ea3ec6320c0b34bb7fd50a696
|