Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

readme.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.