Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 958 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 958 Bytes

NOTICE

The included collection of scripts is not for coinex.com, but for the (now out of business) site coinex.pw.

There is no association between myself and any "coinex" site.

THIS CODE IS PROBABLY NOT WHAT YOU ARE LOOKING FOR.

I am keeping it here for archival purposes.

Coinex

A collection of scripts for the coinex cryptocurrency trading platform.

Setup

  • Move the coinex.conf.sample file to coinex.conf
  • Complete the config file with your credentials

Testing

Run the tests.py file to perform unit tests.

Scripts

  • list_balances.py - list which coins you own
  • market_cap.py - show your market cap (in BTC and USD via Bitstamp price)
  • arbitrage.py - look for and perform arbitrage trades NOTE: it is unlikely that you will find one

Reusables

  • coinex_api.py can be used in other projects
  • models.py provides a more friendly set of python objects for interacting with the API