Versions in this module Expand all Collapse all v0 v0.2.1 Jun 24, 2025 v0.2.0 Jan 13, 2025 Changes in this version + func Sym2duo(pair string) q.D + type Bithumb struct + func New(client *http.Client, accesskey, secretkey string) *Bithumb + func (bit *Bithumb) AllTicker(SymPair map[string]q.D) (mdt *sync.Map, err error) + func (bit *Bithumb) Balances() (availables, frozens *sync.Map, err error) + func (bit *Bithumb) CancelOrder(orderId string, currency CurrencyPair) (bool, error) + func (bit *Bithumb) CancelOrder2(side, orderId string, currency CurrencyPair) (bool, error) + func (bit *Bithumb) Fee() float64 + func (bit *Bithumb) GetAccount() (*Account, error) + func (bit *Bithumb) GetAttr() (a q.Attr) + func (bit *Bithumb) GetDepth(size int, currency CurrencyPair) (*Depth, error) + func (bit *Bithumb) GetKlineRecords(currency CurrencyPair, period KlinePeriod, size int, opt ...OptionalParameter) ([]Kline, error) + func (bit *Bithumb) GetOneOrder(orderId string, currency CurrencyPair) (*Order, error) + func (bit *Bithumb) GetOneOrder2(side, orderId string, currency CurrencyPair) (*Order, error) + func (bit *Bithumb) GetOrderHistorys(currency CurrencyPair, optional ...OptionalParameter) ([]Order, error) + func (bit *Bithumb) GetTicker(currency CurrencyPair) (*Ticker, error) + func (bit *Bithumb) GetTrades(currencyPair CurrencyPair, since int64) ([]Trade, error) + func (bit *Bithumb) GetUnfinishedOrders(currency CurrencyPair) ([]Order, error) + func (bit *Bithumb) LimitBuy(amount, price string, currency CurrencyPair, ...) (*Order, error) + func (bit *Bithumb) LimitSell(amount, price string, currency CurrencyPair, ...) (*Order, error) + func (bit *Bithumb) MarketBuy(amount, price string, currency CurrencyPair) (*Order, error) + func (bit *Bithumb) MarketSell(amount, price string, currency CurrencyPair) (*Order, error) + func (bit *Bithumb) OneTicker(d q.D) (ticker q.Bbo, err error) + func (bit *Bithumb) PairArray() (map[string]q.D, map[q.D]q.P, error) + func (bit *Bithumb) PlaceOrders(places [3]q.Order) (orders [3]q.Order, err error) + func (bit *Bithumb) String() string + func (bit *Bithumb) Test() bool + func (bit *Bithumb) TradeFee() (map[string]q.TradeFee, error) + func (bit *Bithumb) WithdrawFee() (sf []q.NetworkWithdraw, err error)