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

## Description Update of README to remove misleading restrictions. ## Context I implemented this library this weekend on a project, and while playing and learning the endpoints I needed to...

The following error is encountered sometimes. `Error: CoinGecko API request timed out. Current timeout is: 30000 milliseconds` Is there a way to set a default timeout or auto-retry on timeout?

## Description I am using this library to scrape data from coingecko platform but i have recently started receiving the following error a lot ``` SyntaxError: Unexpected token e in...

Hi, I'm getting a TypeScript error for the coins.list() function. It says it doesn't exist on coins. I can see that it's not included in the interface definition for it...

Sometimes I see the following error: ``` Access to fetch at 'https://api.coingecko.com/api/v3/simple/price?ids=solana&vs_currencies=usd' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource....

I was for-looping to get prices of multiple tokens. My server receives error: SyntaxError: Unexpected token e in JSON at position 0. I used debugger and found out that the...

As I read here https://github.com/miscavage/CoinGecko-API/blob/master/README.md#coinsfetchcoincontractinfo, it says currently unsupported with BSC but when I call ```javascript const response = await client.contractMarketChartRange({ id: "binance-smart-chain" as any, contract_address: cakeTokenCotractAddress, vs_currency: "usd", from:...

By removing the dependencies on `querystring` and `https`, this codebase would also run on browser platforms. I see there's only one call for each module in the whole code. Supporting...

We are trying to migrate from free to pro subscription in Coingecko API. this doesn't sound good. As we have to reimplement the whole logic again. Another solution is to...