-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when sending limit orders #49
Comments
{ |
Also how can I sell (market or limit) 1 LTC for instance? Could not find that in documentation :( |
order = client.market_order_sell(client_order_id="clientOrderId",product_id='LTC-USD',base_size='0.01')
|
Thank you for reporting! If this is an SDK specific issue, we will look into it and get back to you soon. If this is an API related request, report it in our Advanced API Discord instead (use this invite link if it's your first time accessing the Discord). |
Figured it out!
if it accepts order and/or executes order. Really confusing! |
order = client.limit_order_ioc(client_order_id="clientOrderId",product_id='LTC-USD',limit_price='82.9',base_size='1',side='BUY')
This was/is well over limit price (about one dollar) but can't see any execution in Coinbase account.
Market orders work just fine for me.
The text was updated successfully, but these errors were encountered: