List trading accounts
Lists trading accounts visible to the caller, newest first. Users and API keys are limited to their organization and never see deleted accounts: they may pass their own organization_id or omit it, and naming another organization is refused. Service tokens with credential:read may list all organizations or filter by organization_id, and may include deleted accounts. Pass account_id to narrow the listing to one account. Each page contains up to 100 accounts.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Organization to list. A user or API key may only name its own; a service token may name any.
Narrows the listing to one trading account. An account the caller cannot see matches nothing and returns an empty page.
When true, include only accounts with an enabled credential
Filter by enabled state
When true, list deleted accounts alongside live ones. Used only for service tokens; ignored for users and API keys.
Cursor from the previous page
Response
Accounts retrieved
The simulator timings for the accounts in data, keyed by account id.
Present only when the listing was asked for test_accounts=true, and
absent entirely otherwise: a real account has no simulator to configure.
Carried beside data rather than folded into it because data is
TradingAccount, and a real account has nowhere to put these. Adding
them there would mean a field that is meaningless for almost every row
the endpoint ever returns, which is the shape that invites a caller to
read it without checking.
Additive and optional, so every existing consumer of this response deserializes it unchanged.