Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinGeckoAPI ¶
type CoinGeckoAPI struct {
// contains filtered or unexported fields
}
func NewCoinGeckoAPI ¶
func NewCoinGeckoAPI() *CoinGeckoAPI
func (*CoinGeckoAPI) GetCoinMarketChart ¶
func (m *CoinGeckoAPI) GetCoinMarketChart(coinID string, currency string) ([]PriceData, error)
func (*CoinGeckoAPI) GetSolanaTokenInfo ¶
func (m *CoinGeckoAPI) GetSolanaTokenInfo(contract string) (*SolanaTokenInfo, error)
Click to show internal directories.
Click to hide internal directories.