• Stars
    star
    223
  • Rank 174,729 (Top 4 %)
  • Language
    Python
  • License
    BSD 2-Clause "Sim...
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Real-time Coinbase Exchange (GDAX) order book + basic market maker bot

Coinbase Exchange Order Book

Based on https://github.com/yoblin/PyLimitBook

Use real money at your own risk!

Install

  1. pip3 install -r requirements.txt
  2. python3 main.py

Optional:

  • To get low latency use AWS read through / run deployment.py
  • To see how you're doing, set up a private Twitter account and use twitter.py

TODO

  1. Tests
  2. Documentation