{"id":22451884,"url":"https://github.com/isac322/aio-upbit","last_synced_at":"2025-03-27T12:28:14.713Z","repository":{"id":38203219,"uuid":"455843470","full_name":"isac322/aio-upbit","owner":"isac322","description":"Upbit Client supports asyncio","archived":false,"fork":false,"pushed_at":"2023-04-07T09:01:48.000Z","size":56,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T17:12:23.244Z","etag":null,"topics":["asyncio","python","python-3","python3","python3-10","python3-7","python3-8","python3-9","python310","python37","python38","python39","upbit","upbit-api","upbit-api-client","upbit-client","upbit-exchange","upbitapi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isac322.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-05T10:51:43.000Z","updated_at":"2023-01-14T12:11:14.000Z","dependencies_parsed_at":"2023-02-17T03:35:24.474Z","dependency_job_id":null,"html_url":"https://github.com/isac322/aio-upbit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isac322%2Faio-upbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isac322%2Faio-upbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isac322%2Faio-upbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isac322%2Faio-upbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isac322","download_url":"https://codeload.github.com/isac322/aio-upbit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245843954,"owners_count":20681608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asyncio","python","python-3","python3","python3-10","python3-7","python3-8","python3-9","python310","python37","python38","python39","upbit","upbit-api","upbit-api-client","upbit-client","upbit-exchange","upbitapi"],"created_at":"2024-12-06T06:09:13.201Z","updated_at":"2025-03-27T12:28:14.678Z","avatar_url":"https://github.com/isac322.png","language":"Python","readme":"# aio-upbit\n\n[![PyPI](https://img.shields.io/pypi/v/aio-upbit?style=flat-square\u0026logo=pypi)](https://pypi.org/project/aio-upbit/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aio-upbit?style=flat-square\u0026logo=pypi)](https://pypi.org/project/aio-upbit/)\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/aio-upbit?style=flat-square\u0026logo=pypi)](https://pypi.org/project/aio-upbit/)\n[![PyPI - Status](https://img.shields.io/pypi/status/aio-upbit?style=flat-square)](https://pypi.org/project/aio-upbit/)\n![Codecov](https://img.shields.io/codecov/c/gh/isac322/aio-upbit?style=flat-square\u0026logo=codecov)\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/isac322/aio-upbit/CI?style=flat-square\u0026logo=github)\n![License](https://img.shields.io/github/license/isac322/aio-upbit?style=flat-square\u0026logo=github)\n![GitHub last commit](https://img.shields.io/github/last-commit/isac322/aio-upbit?logo=github\u0026style=flat-square)\n![Dependabpt Status](https://flat.badgen.net/github/dependabot/isac322/aio-upbit?icon=github)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)\n\n\nasyncio를 지원하는 [Upbit](https://upbit.com) Python 클라이언트.\n\n## 예제\n\n```python\nimport asyncio\nfrom typing import Tuple\n\nfrom aioupbit.v1 import RestClient, Ticker\n\n\nasync def main() -\u003e None:\n    markets: Tuple[Ticker, ...] = tuple(await RestClient.markets())\n    ticks = await RestClient.latest_tick(markets)\n    for tick in ticks:\n        print(f'마켓: {tick.ticker}\\n시간: {tick.trade_date_time}\\n거래가: {tick.trade_price}')\n\n\nif __name__ == '__main__':\n    asyncio.run(main())\n```\n\n## 설치\n\n`pip install aio-upbit`\n\n## 구현 여부\n\n하나씩 추가될 예정\n\n### REST API\n\n| API           | 상세  | ✅ / 🚧 |\n|---------------|-----|:------:|\n| QUOTATION API |     |   ✅    |\n| EXCHANGE API  |     |   🚧   |\n\n### WebSocket API\n\n| API           | 상세  | ✅ / 🚧 |\n|---------------|-----|:------:|\n| QUOTATION API |     |   🚧   |\n| EXCHANGE API  |     |   🚧   |\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisac322%2Faio-upbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisac322%2Faio-upbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisac322%2Faio-upbit/lists"}