A simple api wrapper for CoinGecko API (https://www.coingecko.com/en/api/documentation)
nimble install https://github.com/World-of-Cryptopups/nimgecko.git
import nimgecko
let r = newCoinGecko()
echo r.ping().gecko_says
All functions are not yet tested and not assured to be working 100% correctly and fully. Either the endpoint was wrong or wrong query implementation.