inasie / upbitpy

Upbit API for Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upbitpy

Build Status

Upbit API for Python3

Install

$ pip3 install upbitpy

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']))

Samples

samples/README.md

TC

Please refer test/test.py

About

Upbit API for Python3

License:MIT License


Languages

Language:Python 100.0%