Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + func GetSessionAttributes(exchange types.Exchange) (isMargin, isFutures, isIsolated bool, isolatedSymbol string) + func IsMaxExchange(exchange interface{}) bool + func New(n types.ExchangeName, key, secret, passphrase string) (types.ExchangeMinimal, error) + func NewPublic(exchangeName types.ExchangeName) (types.Exchange, error) + func NewWithEnvVarPrefix(n types.ExchangeName, varPrefix string) (types.ExchangeMinimal, error)