A library providing a clients for interacting with various APIs of cryptocurrency exchanges for trading and accessing market data
Project description
PyCryptoEx
[!CAUTION] This project is currently in alpha version and may have critical changes
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.3.1.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file pycryptoex-0.3.1.tar.gz
.
File metadata
- Download URL: pycryptoex-0.3.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aee4d352c466ecf9b4b4528c0a8e0611e9f4f9f7f6a6800be935d29825abfd44 |
|
MD5 | 81a9d8990e683b78ed71f430ae516742 |
|
BLAKE2b-256 | 5cf95018a77497cf92cf84ef0c0ddb8991e3de9f937d68549c27f43f70d6d907 |
Provenance
File details
Details for the file pycryptoex-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: pycryptoex-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ba211877da001e5276bcbebfab5dc08d94ecae54a7a96995ecadf440974b4f6 |
|
MD5 | ca9d653f1370ecfc32ede402131e591f |
|
BLAKE2b-256 | 15d0d6dfe3edd914a7a2fc0193fba84bf8c9d0662fa8584438912fb2aea2733e |