Module upbit_rest_client

Source
Expand description

Comprehensive Upbit V1 REST API Client Implementation

Provides complete REST API integration for Upbit exchange covering:

  • Account management (balances, deposits, withdrawals)
  • Order history and management (open/closed orders, order details)
  • Market data queries
  • High-performance optimizations for HFT

Reference: https://docs.upbit.com/reference

Structsยง

UpbitAccount
Account balance information
UpbitDeposit
Deposit transaction information
UpbitDepositAddress
Deposit address information
UpbitError
Error details from Upbit API
UpbitErrorResponse
Generic error response from Upbit API
UpbitMarketBidAsk
Bid/Ask information within market info
UpbitMarketInfo
Market information within order chance
UpbitOrderChance
Order chance (parameters and constraints) information
UpbitOrderChanceAccount
Account information within order chance
UpbitOrderInfo
Order information from Upbit API
UpbitRestClient
Upbit REST API client for comprehensive trading operations
UpbitWithdrawal
Withdrawal transaction information