binancer
binancer copied to clipboard
An R client to the Public Rest API for Binance.
I keep getting the below error when attempting to add new orders: `abs(quot - round(quot)) < 1e-10 is not TRUE` Does anyone know how to solve this issue?
So this error is very odd, my api key has permission to read and write on my IP I am using. Not sure what to diagnose. I have made a...
The default (6000) recvWindow might not be enough. I keep receiving `Timestamp for this request is outside of the recvWindow.` My own test is that 20000 is a better setting.
This PR is related to #22
When submitting a new order ``` binance_new_order("CHRUSDT", side = "BUY", type = "LIMIT", quantity = 40, price = bidask$bid_price, time_in_force = 'GTC') ``` I get this back ``` TEST ord...
Does this project accepts features of USDM? Shall I add them to `binance.R` or a new file?
Hello, Is there any way you can edit this package to allow me to everything I can now but with Binance US?
Hi, Thank you for a great piece of code. I was wondering whether we could have the option to select a wallet. At the moment I appear to only have...
Market orders fail because the stepSize in MARKET_LOT_SIZE is often 0 (e.g. EOSUSDT). I think there probably needs to be a check to make sure it's non-zero before applying the...
Hello, After setting `binance_credentials(key, secret)` with my binance key and secret, I call `binance_balances()` but this way I get a table which does not list all my assets on binance...