We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The user received a brokerage message informing that an order cannot be placed because of API permission.
The orders are market as invalid and there are no details.
Send brokerage message on exception:
2024-01-24T23:57:00.6147462Z ERROR:: BrokerageTransactionHandler.HandleSubmitOrderRequest(): System.Exception: CoinbaseApiClient.ExecuteRequest failed: [403] Forbidden, Content: {"error":"PERMISSION_DENIED","error_details":"Target Account Not Tradable","message":"Target Account Not Tradable"}, ErrorMessage: at QuantConnect.CoinbaseBrokerage.Api.CoinbaseApi.CreateOrder(Order leanOrder) at QuantConnect.CoinbaseBrokerage.CoinbaseBrokerage.PlaceOrder(Order order)
Place order using an account with the trade permission.
master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The user received a brokerage message informing that an order cannot be placed because of API permission.
Actual Behavior
The orders are market as invalid and there are no details.
Potential Solution
Send brokerage message on exception:
Reproducing the Problem
Place order using an account with the trade permission.
Checklist
master
branchThe text was updated successfully, but these errors were encountered: