Searched refs:CoinGecko (Results 1 – 10 of 10) sorted by relevance
/dports/finance/cointop/cointop-1.5.4/ |
H A D | CHANGELOG.md | 45 - Increase number of page results from CoinGecko 103 - CoinGecko prices 119 - Added CoinGecko API support 122 - Default API from CoinMarketCap to CoinGecko
|
H A D | README.md | 636 …- A: By default, the data is from [CoinGecko](https://www.coingecko.com/). Data from [CoinMarketCa… 640 …- A: APIs currently supported are [CoinMarketCap](https://coinmarketcap.com/) and [CoinGecko](http… 731 …iguelmota/cointop/tree/master/cointop/common/api/impl). You can use the CoinGecko [implementation]…
|
/dports/finance/cointop/cointop-1.5.4/cointop/ |
H A D | cointop.go | 111 var CoinGecko = "coingecko" var 191 apiChoice: CoinGecko, 306 if ct.apiChoice == CoinGecko { 312 } else if ct.apiChoice == CoinGecko {
|
H A D | dominance.go | 24 } else if config.APIChoice == CoinGecko {
|
H A D | price.go | 22 } else if config.APIChoice == CoinGecko {
|
/dports/finance/cointop/cointop-1.5.4/cointop/cmd/ |
H A D | dominance.go | 26 …dominanceCmd.Flags().StringVarP(&apiChoice, "api", "a", cointop.CoinGecko, "API choice. Available …
|
H A D | price.go | 29 …priceCmd.Flags().StringVarP(&apiChoice, "api", "a", cointop.CoinGecko, "API choice. Available choi…
|
/dports/www/firefox/firefox-99.0/browser/components/places/ |
H A D | CommonNames.jsm | 72 ["coingecko.com", "CoinGecko"],
|
/dports/finance/electrum/Electrum-4.1.5/electrum/ |
H A D | exchange_rate.py | 306 class CoinGecko(ExchangeBase): class
|
/dports/finance/electrum/Electrum-4.1.5/ |
H A D | RELEASE-NOTES | 405 - added CoinGecko.com and CoinCap.io 407 paying customers. Changed default provider to CoinGecko.com (#5188)
|