Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CoingeckoCmd = &cobra.Command{
Use: "coingecko",
Short: "Interact with Coingecko API",
Long: `Interact with Coingecko API`,
}
Functions ¶
func RunGetPrice ¶
func RunGetPrice(args GetPriceArgs) error
Types ¶
type CoingeckoArgs ¶
type GetPriceArgs ¶
type GetPriceArgs struct { *CoingeckoArgs AssetIds []string }
Click to show internal directories.
Click to hide internal directories.