Skip to content

Tags: ruvex/pycoingecko

Tags

1.2.0

pycoingecko v1.2.0

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

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

1.1.0

pycoingecko v1.1.0

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

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

1.0.0

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

pycoingecko v0.4.0

0.3.0

pycoingecko v0.3.0

0.2.0

pycoingecko v0.2.0

0.1.6

pycoingecko v0.1.6

0.1.4

pycoingecko v0.1.4

0.1.1

pycoingecko v0.1.1

0.1.0

pycoingecko v0.1.0: updated endpoints