python-indodax

Python wrapper for indodax.com API


Keywords
indodax, vipbtc, api
License
MIT
Install
pip install python-indodax==0.0.1

Documentation

python-indodax

Python wrapper for indodax.com API

compatible with Python 3

import indodax

Public API:

indodax.getTicker()
indodax.getDepth()
indodax.getTradeHistory()

Trade API:

key = "API key"
secret = "Secret key"

account = indodax.TradeAPI(key, secret)

account.getInfo()
account.transHistory()
account.trade()
account.tradeHistory()
account.openOrders()
account.orderHistory()
account.getOrder()
account.cancelOrder()