Skip to content

Tags: Python-725/pycoingecko

Tags

2.1.0

Toggle 2.1.0's commit message
pycoingecko v2.1.0

==================

  * Added asset_platforms (/asset_platforms) and categories (/coins/categories/list, coins/categories) endpoints

2.0.0

Toggle 2.0.0's commit message
pycoingecko v2.0.0

==================

  * Allow Python Lists and Booleans for any endpoint parameter (list converted to comma-separated string & bool converted to lower case string)
  * Removed /indexes/{id} endpoint (Get market index by id) -> cg.get_indexes_by_id()
  * Improved request exceptions handling (Fixed unbound local exception on GET request failure)

1.4.1

Toggle 1.4.1's commit message
pycoingecko v1.4.1

==================

  * fixed __api_url_params issue for optional parametes of few endpoints (such as /coins/{id}/market_chart)

1.4.0

Toggle 1.4.0's commit message
pycoingecko v1.4.0

==================

  * added new endpoints (/coins/{id}/ohlc, /search/trending, /global/decentralized_finance_defi)

1.3.0

Toggle 1.3.0's commit message
pycoingecko v1.3.0

==================

  * allow optional arguments for **ALL** endopoints

1.2.0

Toggle 1.2.0's commit message
pycoingecko v1.2.0

==================

  * added indexes endpoints (/indexes, /indexes/{id}, /indexes/list)

1.1.0

Toggle 1.1.0's commit message
pycoingecko v1.1.0

==================

  * added derivatives endpoints (/derivatives, /derivatives/exchanges, /derivatives/exchanges/{id}, /derivatives/exchanges/list)

1.0.0

Toggle 1.0.0's commit message
pycoingecko v1.0.0

==================

  * update tests
  * include more contract endpoints
  * include /coins/{id}/market_chart/range endpoint
  * basic methods for finance endpoints with tests
  * updated error handling
  * added check for json format in __request; coingecko returns a html string when something goes wrong in the request, which results in an error when json.loads is called on the html string.

0.4.0

Toggle 0.4.0's commit message
pycoingecko v0.4.0

0.3.0

Toggle 0.3.0's commit message
pycoingecko v0.3.0