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.
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
(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
pymakerbecause IDEX integration involves interacting with its smart contract.
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
ccxt (pyexchange.
License
See COPYING file.
Testing
Run the following commands within a virtualenvpip3 install -r requirements-dev.txt
./test.sh🔗 More in this category