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

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Add `include_platform` param to `coins.list()`

The readme was missing two parameters that are defined in the `SimplePriceParams` typescript definition. ```typescript /** * Simple */ interface SimplePriceParams { /** * A single id or a list...

### Hello world! Possibly it is not a problem, but a suggestion. In the market data, you can pull the images of each coin from the data. But the images...

Please forgive me, but i cannot find the answer to my question anywhere else so i had to post it here. i try to get historical data on the Total...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I need extract Bitcoin value in nodejs! That no reply with any code; var func = async() => { let data = await CoinGeckoClient.ping(); let data2 = CoinGeckoClient.coins.fetchTickers('bitcoin') }; function...

Updated coingecko.js with a display category and display trending function. display indexes fetch fuction was updated as it was showing wrong on test so incuded market id to the url...

The type definition for `client.coin.fetch()` function is missing for typescript. ```ts // package.json { "dependencies": { "coingecko-api": "^1.0.10", ... "devDependencies": { "@types/coingecko-api": "^1.0.2", ... } ```