You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: market_order_info = robin.trade ( 'DOGEUSD', str(buy_price), str(amtcoin), "buy", "gtc", "market" )
Am I supposed to make some kind of call with "market_order?"
The text was updated successfully, but these errors were encountered:
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:
market_order_info = robin.trade ( 'DOGEUSD', str(buy_price), str(amtcoin), "buy", "gtc", "market" )
Am I supposed to make some kind of call with "market_order?"
The text was updated successfully, but these errors were encountered: