List orders for an investor
Trading
List orders for an investor
GET
List orders for an investor
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Path Parameters
Prefixed public id of the investor (e.g. inv_…).
Query Parameters
Filter orders by status. Use 'open' to retrieve all orders that are pending, submitted, or otherwise not yet in a terminal state.
Available options:
open, pending, filled, partial, cancelled, failed Available options:
buy, sell Filter orders by asset class name (case-insensitive). Common values: equity, bond, etf.
Required range:
1 <= x <= 100Required range:
x >= 0Response
List of orders.
List envelope. data holds the page of items;
each item is itself wrapped in a ResourceEnvelope.