Skip to content

Python wrapper for indodax.com API

License

Notifications You must be signed in to change notification settings

indrawanalghifary/btcid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

btcid

Python wrapper for indodax.com API

Gunakan python versi 3

import vipbtc

Public API:

vipbtc.getTicker()
vipbtc.getDepth()
vipbtc.getTradeHistory()

Trade API:

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

akun = vipbtc.TradeAPI(key, secret)

akun.getInfo()
akun.transHistory()
akun.trade()
akun.tradeHistory()
akun.openOrders()
akun.orderHistory()
akun.getOrder()
akun.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%