Home
Softono
u

upbit-official

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by upbit-official

upbit-sdk-python
Open Source

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.

Crypto & Blockchain
89 Github Stars
upbit-sdk-typescript
Open Source

upbit-sdk-typescript

The Upbit TypeScript API Library is an official SDK for accessing the Upbit cryptocurrency exchange REST API from server-side TypeScript or JavaScript applications. It provides typed request and response definitions, full TypeScript support with IntelliSense, and configurable auto-retry with exponential backoff for connection errors, timeouts, conflicts, rate limits, and server errors. The library supports multiple Upbit regional environments including Korea, Singapore, Indonesia, and Thailand. Error handling is structured through subclasses of APIError for specific HTTP status codes like BadRequestError, AuthenticationError, PermissionDeniedError, RateLimitError, and InternalServerError. Developers can configure request timeouts, retry counts globally or per-request, and use auto-pagination with for await syntax for list endpoints. Installation is available via npm under the package name @upbit-official/upbit-sdk.

API Tools
82 Github Stars