sky-ecosystem
pyexchange
Python

Python API for some cryptocurrency exchanges

Last updated Aug 12, 2024
72
Stars
64
Forks
11
Issues
0
Stars/day
Attention Score
51
Language breakdown
Python 99.9%
Shell 0.1%
Files click to expand
README

pyexchange

Python API wrappers for some cryptocurrency exchanges.

Build Status

Getting Started

Run the following commands:
git submodule update --init --recursive
source _virtualenv/bin/activate
bash ./install.sh
export PYTHONPATH=$PYTHONPATH:$PWD:$PWD/lib/pymaker

Key facts

  • These API wrappers expose only those endpoints which were necessary to implement
market-maker-keeper (), market-maker-stats () and sync-trades. Due to it they cover most only order placement, order cancellation, reading balances and open orders, and retrieving past trade history.
  • This library depends on pymaker because IDEX integration involves interacting with its smart contract.
In addition to that, other exchange APIs use the Wad class which is defined pymaker.
  • There is almost no test coverage as of today. The exception is some part of the IDEX API.
  • If you are looking for more supported exchanges and/or more features, a please have a look
at ccxt (). It's a JavaScript / Python / PHP library which supports huge number of venues and also has more features than pyexchange.

License

See COPYING file.

Testing

Run the following commands within a virtualenv
pip3 install -r requirements-dev.txt
./test.sh

© 2026 GitRepoTrend · sky-ecosystem/pyexchange · Updated daily from GitHub