Skip to content

Python wrapper for indodax.com API

License

Notifications You must be signed in to change notification settings

MasiCal354/python-indodax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Python wrapper for indodax.com API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%