knowm / XChange

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
http://knowm.org/open-source/xchange/
MIT License
3.82k stars 1.93k forks source link

Add support for Gemini /v2/ api #3183

Open oleksandrkyetov opened 4 years ago

oleksandrkyetov commented 4 years ago

There are few /v2/ endpoints were added to Gemini api GET https://api.gemini.com/v2/ticker/:symbol GET https://api.gemini.com/v2/candles/:symbol/:time_frame

It would be nice to have these implemented. See https://docs.gemini.com/rest-api/

walec51 commented 4 years ago

feel free to submit a pull request