CoinGecko-API icon indicating copy to clipboard operation
CoinGecko-API copied to clipboard

A Node.js wrapper for the CoinGecko API with no dependencies.

Results 27 CoinGecko-API issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the great work. Love the api and this package. Would it be possible for you to create typescript typings? This will make it a lot easier to...

Passing `{ include_market_cap: true }` actually works but it is not documented. Same with `include_24hr_change`.

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Adds to class CoinGecko an optional argument 'processRequestOptions', which is a function that can alter `https.request` options. Useful for tweaking things like the request timeout. Example usage: ```javascript const CoinGecko...

Coingecko offers pagination on the exchanges API. I have added it and tested perfectly working now

I think this library should work with latest Angular (7) but I'm having hard time making it work. I installed the library and added it to Angular component like this:...