Documentation
¶
Index ¶
Constants ¶
View Source
const (
SwapAPIHost string = "fapi.binance.com"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestClient ¶
type RestClient struct { *binance.RestClient // contains filtered or unexported fields }
RestClient struct
func NewRestClient ¶
func NewRestClient(key, secret string) *RestClient
func (*RestClient) Symbols ¶
func (rc *RestClient) Symbols() map[string]*SwapSymbol
type SwapSymbol ¶
type SwapSymbol struct { *exchange.BaseSwapSymbol BaseAsset string MinAmount decimal.Decimal PricePrecision decimal.Decimal AmountPrecision decimal.Decimal }
func (*SwapSymbol) String ¶
func (s *SwapSymbol) String() string
Click to show internal directories.
Click to hide internal directories.