SURBTC Python API Wrapper, Cryptocurrency Exchange for Chile, Colombia and Peru. Tested on Python 3.5
Install the libs
pip install -r requirements.txt
Rename .env.example > .env
pip install git+https://github.com/delta575/python-surbtc-api.git
from surbtc import SURBTC
client = SURBTC.Public()
from surbtc import SURBTC
client = SURBTC.Auth(API_KEY, API_SECRET, TEST)
btc-clp
btc-cop
btc-pen
eth-btc
eth-clp
eth-cop
eth-pen
Open for everyone: www.surbtc.com
SURBTC API Docs: www.surbtc.com/docs/api
The MIT License (MIT)
Copyright (c) 2016 Felipe Aránguiz | Sebastián Aránguiz
See LICENSE