upbit-sdk-python
A Python library providing convenient access to the Upbit REST API for Python 3.9 and above. It includes type definitions for all request and response data, with both synchronous and asynchronous clients powered by httpx. The library features typed requests as TypedDicts and responses as Pydantic models, offering JSON serialization, dictionary conversion, and editor autocomplete support. Built-in auto-pagination for list methods eliminates manual page handling. Supports multiple regional endpoints and optional aiohttp backend for improved async performance. Install via pip install upbit-sdk.