Skip to content

Python module to handle Bittrex RESTful API

License

Notifications You must be signed in to change notification settings

alimogh/BittrexPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bittrex RESTful API - Python 3 module

API wrapper for Bittrex API v1.1. Software under MIT license. Full API documentation available here:

https://bittrex.com/home/api

Basic use

Import class from module:

from bittrex import Bittrex

Create instance:

bittrex = Bittrex('<api-key>', '<api-secret>')

Methods' names

Methods name convention is based on API documentation with underscore dividing each word. Example:

/public/getmarketsummary?market=btc-ltc --> bittrex.get_market_summary('btc-ltc')

About

Python module to handle Bittrex RESTful API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%