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