binance-connector-ruby
binance-connector-ruby copied to clipboard
a simple connector to Binance Public API
In the official docs (https://binance-docs.github.io/apidocs/spot/en/#exchange-information) there is the `permissions` parameters, but it is not available in this connector. Would you accept a PR for this improvement?
closes #15 This PR implements a way to setup the connection through a proxy as discussed in the issue #15
I see you guys use Faraday to make a request, which supports calling through a proxy. Can you expose that functionality to the user? I think allowing it through the...
On [binance-connector-ruby](https://github.com/binance/binance-connector-ruby/tree/master)/[examples](https://github.com/binance/binance-connector-ruby/tree/master/examples)/[spot](https://github.com/binance/binance-connector-ruby/tree/master/examples/spot)/[trade](https://github.com/binance/binance-connector-ruby/tree/master/examples/spot/trade) /new_oco_order.rb there's an example of how to use new_oco_order, but it's not working, since Binance API requires price, but also there's something wrong using price with abovePrice and...