package
1.8.1
Repository: https://github.com/aych-inc/aych.lum.kebot.git
Documentation: pkg.go.dev

# Functions

GetBaseURL returns the base URL for ccxt.
GetExchangeList gets a list of all supported exchanges.
MakeInitializedCcxtExchange constructs an instance of Ccxt that is bound to a specific exchange instance on the CCXT REST server.
SetBaseURL allows setting the base URL for ccxt.

# Structs

Ccxt Rest SDK (https://github.com/franz-see/ccxt-rest, https://github.com/ccxt/ccxt/).
CcxtBalance represents the balance for an asset.
CcxtMarket represents the result of a LoadMarkets call.
CcxtOpenOrder represents an open order.
CcxtOrder represents an order in the orderbook.
CcxtTrade represents a trade.