A library providing a clients for interacting with various APIs of cryptocurrency exchanges for trading and accessing market data
Project description
PyCryptoEx
A Python library providing a clients for interacting with various APIs of cryptocurrency exchanges for trading and accessing market data.
Installation
pip install -U pycryptoex
Choose and install one or more supported crypto exchanges:
pycryptoex [names ...]
For example:
pycryptoex bybit kucoin
Quick Start
from pycryptoex import KuCoin, Bybit
async def main():
# Request to public endpoints
kucoin = KuCoin()
async with kucoin:
await kucoin.request(...)
# Request to private endpoints
bybit = Bybit(
api_key="YOUR_API_KEY",
secret="YOUR_API_SECRET"
)
async with bybit:
await bybit.request(..., signed=True)
Supported Crypto Exchanges
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
pycryptoex-0.2.1.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file pycryptoex-0.2.1.tar.gz
.
File metadata
- Download URL: pycryptoex-0.2.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eff810826b8fe98e8325001fae3234eb69679cd229eef4cfb45303c9c5fae196 |
|
MD5 | f2e06fe0dbd25d9b9a24641abc505e6e |
|
BLAKE2b-256 | 70489803c5e07f127b34a5cf7b89938bd4fb76122b1d006e993bcc64c555fc18 |
Provenance
File details
Details for the file pycryptoex-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: pycryptoex-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e069e1308d32df557f76b77da075ea17540751ab6dc1366060efe12ea9423689 |
|
MD5 | c5c1f199b166e89ebc7491af568e65f2 |
|
BLAKE2b-256 | 27e78e76757211ae3ae641c06362ab3ac9764c087a0523bef155a7460c7c913d |