/python-bittrex

Python bindings for bittrex

Primary LanguagePythonMIT LicenseMIT

python-bittrex

Python bindings for bittrex. I am Not associated -- use at your own risk, etc.

Tips are appreciated:

  • BTC: 1D7F9ZF6BCoCh2MncK15jxHM1T5BPX9Ajd
  • LTC: LaasG9TRa9p32noN2oKUVVqrDFp4Ja1NK3

In order to run the integration tests, a file called "secrets.json" must be added to the test folder. Structure it as follows, adding your API keys:


{
  "key": "mykey",
  "secret": "mysecret"
}