binance icon indicating copy to clipboard operation
binance copied to clipboard

API Wrapper for the Binance cryptocurrency exchange written in Ruby.

Results 15 binance issues
Sort by recently updated
recently updated
newest added

Added support for creating OCO. Example: ``` args = {symbol: "BTCUSDT, side:"sell", quantity: 0.5, price: 65000, stopPrice:55000, stopLimitPrice: 54500, stopLimitTimeInForce:"GTC"} res = binance_client.create_oco! args ```

Cannot use shovel method with frozen strings in Ruby 2.7

I have a websocket open pulling in price data and making buy/sell orders based on it. After a few hours, the websocket will close with no indication why. Is there...

Binance has a new method, which places a LIMIT order and a STOP order fot the same amount, named OCO order. Without OCO order when one places a STOP that...

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:...

Binance doc states the following: > Every successful order response will contain a X-MBX-ORDER-COUNT-(intervalNum)(intervalLetter) header which has the current order count for the account for all order rate limiters defined....

Adds support for Binance margin trading. Binance margin documentation can be found here: https://github.com/binance-exchange/binance-official-api-docs/blob/master/margin-api.md