package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Jan 18, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GetCoinPrice retrieves the price of the coin in USD
type Coin struct {
ID string `json:"id,omitempty"`
Symbol string `json:"symbol,omitempty"`
Name string `json:"name,omitempty"`
}
Coin refers to the coingecko coin model
GetCoinsList retrieves the list of coins from CoinGecko
Source Files
¶
Click to show internal directories.
Click to hide internal directories.