OrderID not found

When I create an order using
response = ‘/v1/portfolios/{self.portfolio_id}/order’

It returns on the response the order_id of my order

I’m trying to call right after the endpoint ‘/v1/portfolios/{self.portfolio_id}/orders/{order_id}’ to get info about my order

and I’m getting the error: ‘Order with this orderID was not found’. Even retrying 3 times with a 2 seconds interval

So how long I have to wait so I can call order endpoint?

Advanced Trade endpoints starts with /api/v3/brokerage/. Did you select wrong category?

1 Like