Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 426 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 426 Bytes

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