Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 388 Bytes

File metadata and controls

18 lines (14 loc) · 388 Bytes

upbit-python

You can get detail information of API in API Reference

Installation

Install from Git Repository

pip install git+https://github.com/HoonJin/upbit-python.git

Basic Usage

You can use public API very easily.

import upbit
upbit.ticker(['KRW-BTC', 'KRW-ETH'])
upbit.orderbook(['KRW-BTC', 'KRW-ETH', ])