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.3.0.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file pycryptoex-0.3.0.tar.gz
.
File metadata
- Download URL: pycryptoex-0.3.0.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 | 687899d4eaaa8ad6cb25e1df1b8bc8225887cd935c8392460d564c8348c3812c |
|
MD5 | ff4098d8954e4d6ee73a6753765f7434 |
|
BLAKE2b-256 | 841cbc443ba255bde8d4dabc534be599b742720fc9dc6f7df9c5b89d43d71657 |
Provenance
File details
Details for the file pycryptoex-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pycryptoex-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2435daf0bb311f3726b5e2eede07e3b9f3e87bf27785ec657f758f20b45b3a9 |
|
MD5 | 7e57116c7186ae0377bad87a46719eab |
|
BLAKE2b-256 | f2dc2288aaa99753f9507f6f305f9bb8b0b0c18c6e3bfa5ee3ec0333a4b9db8a |