Giter Site home page Giter Site logo

pyexchange's Introduction

pyexchange

Python API wrappers for some cryptocurrency exchanges.

Build Status codecov

https://chat.makerdao.com/channel/keeper

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 (https://github.com/makerdao/market-maker-keeper), market-maker-stats (https://github.com/makerdao/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 (https://github.com/ccxt/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

pyexchange's People

Contributors

mikehathaway avatar grandizzy avatar ith-harvey avatar bargst avatar mitakash avatar ednoepel avatar devenoges avatar exef avatar pumpkingwok avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.