kangbu / upbitpy

Upbit API for Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upbitpy

Upbit API for Python3

Install dependency packages

$ pip install pyjwt
$ pip install requests

Build/Install

$ python setup.py build
$ python setup.py install

Usage

from upbitpy import Upbitpy

upbit = Upbitpy()
tickers = upbit.get_ticker(['KRW-BTC', 'KRW-EOS'])
for ticker in tickers:
    print('%s trade price : %d' % (ticker['market'], ticker['trade_price']))

Please refer test/test.py for more samples

About

Upbit API for Python3

License:MIT License


Languages

Language:Python 100.0%