Coder Social home page Coder Social logo

aio-upbit's Introduction

aio-upbit

PyPI PyPI - Python Version PyPI - Wheel PyPI - Status Codecov GitHub Workflow Status License GitHub last commit Dependabpt Status Code style: black

asyncio를 지원하는 Upbit Python 클라이언트.

예제

import asyncio
from typing import Tuple

from aioupbit.v1 import RestClient, Ticker


async def main() -> None:
    markets: Tuple[Ticker, ...] = tuple(await RestClient.markets())
    ticks = await RestClient.latest_tick(markets)
    for tick in ticks:
        print(f'마켓: {tick.ticker}\n시간: {tick.trade_date_time}\n거래가: {tick.trade_price}')


if __name__ == '__main__':
    asyncio.run(main())

설치

pip install aio-upbit

구현 여부

하나씩 추가될 예정

REST API

API 상세 ✅ / 🚧
QUOTATION API
EXCHANGE API 🚧

WebSocket API

API 상세 ✅ / 🚧
QUOTATION API 🚧
EXCHANGE API 🚧

aio-upbit's People

Contributors

dependabot[bot] avatar isac322 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.