package
Version:
v1.4.9
Opens a new window with list of versions in this module.
Published: Apr 30, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BinanceExchangeInfo struct {
Code int `json:"code"`
Message string `json:"msg"`
Symbols []struct {
Status string `json:"status"`
BaseAsset string `json:"baseAsset"`
QuoteAsset string `json:"quoteAsset"`
} `json:"symbols"`
}
type BitfinexConfig [][]string
type KucoinSymbols struct {
Data []struct {
BaseCurrency string `json:"baseCurrency"`
QuoteCurrency string `json:"quoteCurrency"`
EnableTrading bool `json:"enableTrading"`
} `json:"data"`
}
type PoloniexSymbols []struct {
DisplayName string `json:"displayName"`
State string `json:"state"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.