Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CoingeckoToken ¶
type CoingeckoToken struct { ID string `json:"id"` Name string `json:"name"` Symbol string `json:"symbol"` }
func GetGeckoTokenList ¶
func GetGeckoTokenList(apiKey string) (list []CoingeckoToken, err error)
Get token list to pair token symbol with token id.
Click to show internal directories.
Click to hide internal directories.