robinhood-crypto
robinhood-crypto copied to clipboard
Robinhood Crypto
Attempting to buy Ethereum with the code: `market_order_info = r.trade( 'ETHUSD', price=round(float(info['mark_price']) * 1.005, 2), quantity="0.0001", side="buy", time_in_force="gtc", type="market" )` returns error: `400 Client Error: Bad Request for url: https://nummus.robinhood.com/orders/`...
I tried to use the example, I'm not getting any error messages, but I'm not seeing any indications that a transaction has occurred. This is what my code looks like:...
As of 2019/5/3 15:25 (UTC +2), I have been getting the following robinhood_crypto_api.robinhood_crypto_api.LoginException: ``` 400 Client Error: Bad Request for url: https://api.robinhood.com/oauth2/token/ Traceback (most recent call last): File "robinhood_crypto_api/robinhood_crypto_api.py", line...