craysiii / binance

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

Added support to Futures-API #37

Open lucribas opened 4 years ago

lucribas commented 4 years ago

Hello Charles Craysiii,

First I would like to thank you and the contributors for the excellent work of the code in the repository.

Following a small contribution to support Futures-API: https://binance-docs.github.io/apidocs/futures/en/

The changes I made are working correctly. Just not sure if it would be possible to do it in a simpler way.

Could you review if them are in accordance with your good practices?

ps: now the endpoints are correct and working.

Thanks!