craysiii / binance

API Wrapper for the Binance cryptocurrency exchange written in Ruby.
MIT License
97 stars 79 forks source link

Market data endpoints not including API keys. #7

Closed craysiii closed 6 years ago

craysiii commented 6 years ago

A temporary fix will be to change :public to :user_data for each market data endpoint in Public_API. That is pretty ugly though, and I will be permanently fixing this via a refactor as we approach 1.0.

craysiii commented 6 years ago

Temporary fix: 701a3065d28857122e3ff8458295a41da0e655ff

craysiii commented 6 years ago

Fixed in 0.4.2 via https://github.com/craysiii/binance/commit/c710bb0fa15136d2a6a203196ecac1da3a875961 and https://github.com/craysiii/binance/commit/4d10da616f8ca2cb45734a92c04f6dbf94ef5ad7