pycoinspot

coinspot api,works for both python2 & python3


License
MIT
Install
pip install pycoinspot==0.1.0

Documentation

coinspot

coinspot api, works for both python2 & python3

coinspot_api = Coinspot(api_key = 'your api key', api_secret = 'your api sceret')

res = coinspot_api.quote_buy()

...