Skip to content
This repository was archived by the owner on Jan 6, 2019. It is now read-only.

Kitryn/coinhako-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coinhako-py

Quick and dirty way to get Coinhako BTC/ETH prices (WIP)

Usage

from coinhako import Coinhako

exchange = Coinhako()
print(exchange.price.BTCSGD())

>> {'status': 'success', 'data': {'buy_price': '2993.14257', 'sell_price': '2953.57347'}}

Endpoints

Coinhako.price

Coinhako.price.BTCUSD()
Coinhako.price.BTCSGD()
Coinhako.price.BTCMYR()
Coinhako.price.ETHUSD()
Coinhako.price.ETHSGD()
Coinhako.price.ETHMYR()

See api_map.py for more information.

About

Python bindings for coinhako API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages