CoinGecko API Versions Save

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

v1.0.9

4 years ago

v1.0.9 of CoinGecko-API

npm install coingecko-api

• Added:

  • derivatives, indexes functions
  • new derivative order options in constants
  • new: derivatives.allExchanges(), derivatives.fetchExchange(), derivatives.listExchanges() functions, tests and documentation
  • indexes.all(), indexes.fetch(), indexes.list() plus tests and documentation

• Updated:

  • License dates
  • package-lock.json
  • tests to call just once before each check, not multiple times
  • all requests to use same options for path, params

v1.0.7

4 years ago

v1.0.7 of CoinGecko-API

npm install coingecko-api

• Added:

  • coins.fetchMarketChartRange()
  • coins.fetchCoinContractMarketChart()
  • coins.fetchCoinContractMarketChartRange()
  • finance.fetchPlatforms() and finance.fetchProducts()

• Updated:

  • formatting/indentation throughout
  • coins.fetchMarketChart documentation
  • chai dependencies
  • mocha dev dependency to ^6.2.2
  • copyright dates

v1.0.6

4 years ago

v1.0.6 of CoinGecko-API

npm install coingecko-api

• Added:

  • order.TRUST_SCORE_DESC constant
  • params.order to fetchTickers for both coins and exchanges
  • exchanges.fetchVolumeChart() and test

• Updated:

  • mocha dev dependency to ^6.2.0

v1.0.5

4 years ago

v1.0.5 of CoinGecko-API

npm install coingecko-api

• Added:

  • simple.fetchTokenPrice() and test

• Updated:

  • simple.price() jsdoc
  • TravisCI badge link

v1.0.4

5 years ago

v1.0.4 of CoinGecko-API

npm install coingecko-api

• Added:

  • exchange_ids as optional param for coins.fetchTickers()
  • coin_ids as optional param for exchanges.fetchTickers()
  • Travis CI
  • Badges for NPM, Travis, dependency statuses

• Updated:

  • README.md to include updated parameters for functions above

v1.0.3

5 years ago

v1.0.3 of CoinGecko-API

npm install coingecko-api

• Added:

  • coins.fetchCoinContractInfo() and test
  • exchanges.list() and test

• Updated:

  • README.md to include coins.fetchCoinContractInfo(), exchanges.list()

• Removed:

  • utilities.spec.js log and test

v1.0.2

5 years ago

v1.0.2 of CoinGecko-API

npm install coingecko-api

New:

  • Added simple.price() and simple.supportedVsCurrencies() endpoints.

Per official documentation at: https://www.coingecko.com/api/docs/v3

  • 30 Nov 2018: We released our /simple endpoints, with simplified response after hearing requests from our users for lower api payloads, more simple endpoints to come

v1.0.0

5 years ago

v1.0.0 of CoinGecko-API

npm install coingecko-api