Documentation
¶
Index ¶
- type Client
- func (c *Client) Close()
- func (c *Client) CoinsId(id string, ...) (*coins.CoinID, error)
- func (c *Client) CoinsIdHistory(id, date string, localization bool) (*coins.History, error)
- func (c *Client) CoinsIdMarketChart(id, currency, days string) (*types.MarketChart, error)
- func (c *Client) CoinsIdMarketChartRange(id, currency, from, to string) (*types.MarketChart, error)
- func (c *Client) CoinsIdTickers(id, exchangeId, includeExchangeLogo, page, order, depth string) (*coins.Tickers, error)
- func (c *Client) CoinsList() ([]*coins.CoinInfo, error)
- func (c *Client) CoinsMarket(currency string, ids []string, category string, order string, ...) ([]*coins.Market, error)
- func (c *Client) CoinsOhlc(id, currency, days string) (*coins.Ohlc, error)
- func (c *Client) CoinsStatusUpdates(id string) (*coins.StatusUpdates, error)
- func (c *Client) ContractInfo(id, contractAddress string) (*contract.ContractAddressInfo, error)
- func (c *Client) ContractMarketChart(id, contractAddress, vsCurrency, days string) (*types.MarketChart, error)
- func (c *Client) ContractMarketChartRange(id, contractAddress, vsCurrency, from, to string) (*types.MarketChart, error)
- func (c *Client) DecentrilizedFinanceDEFI() (*global.Defi, error)
- func (c *Client) Events(countryCode, eventType, page, from, to string, onlyUpcoming bool) (*events.Events, error)
- func (c *Client) EventsCountries() (*events.Country, error)
- func (c *Client) EventsTypes() (*events.Types, error)
- func (c *Client) ExchangeRates() (*exchangeRates.Rates, error)
- func (c *Client) Global() (*global.Global, error)
- func (c *Client) MakeReq(url string) ([]byte, error)
- func (c *Client) Ping() (*ping.Ping, error)
- func (c *Client) SimplePrice(ids, vsCurrencies string, ...) (simple.Price, error)
- func (c *Client) SimpleSupportedVsCurrency() (*simple.SupportedVsCurrency, error)
- func (c *Client) SimpleTokenPrice(id, contractAddresses, vsCurrencies string, ...) (simple.TokenPrice, error)
- func (c *Client) Trending() (*trending.Trending, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CoinsIdHistory ¶
func (*Client) CoinsIdMarketChart ¶
func (c *Client) CoinsIdMarketChart(id, currency, days string) (*types.MarketChart, error)
func (*Client) CoinsIdMarketChartRange ¶
func (c *Client) CoinsIdMarketChartRange(id, currency, from, to string) (*types.MarketChart, error)
func (*Client) CoinsIdTickers ¶
func (*Client) CoinsMarket ¶
func (*Client) CoinsStatusUpdates ¶
func (c *Client) CoinsStatusUpdates(id string) (*coins.StatusUpdates, error)
func (*Client) ContractInfo ¶
func (c *Client) ContractInfo(id, contractAddress string) (*contract.ContractAddressInfo, error)
func (*Client) ContractMarketChart ¶
func (c *Client) ContractMarketChart(id, contractAddress, vsCurrency, days string) (*types.MarketChart, error)
func (*Client) ContractMarketChartRange ¶
func (c *Client) ContractMarketChartRange(id, contractAddress, vsCurrency, from, to string) (*types.MarketChart, error)
func (*Client) DecentrilizedFinanceDEFI ¶
func (*Client) ExchangeRates ¶
func (c *Client) ExchangeRates() (*exchangeRates.Rates, error)
func (*Client) SimplePrice ¶
func (*Client) SimpleSupportedVsCurrency ¶
func (c *Client) SimpleSupportedVsCurrency() (*simple.SupportedVsCurrency, error)
func (*Client) SimpleTokenPrice ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.