List subaccounts
Account
List subaccounts
Retrieves subaccount summaries visible to the authenticated API key.
Endpoint
GET /api/v1/subaccounts
Authentication
Requires X-API-KEY header. A pinned key returns only its bound subaccount’s summary; an
unpinned key returns every subaccount on the account.
Returns
200 OKwith visible subaccount summaries sorted bysubaccount_indexascending (empty array if the account has no subaccounts).401 Unauthorizedif the API key is missing or invalid.
GET
List subaccounts
Authorizations
Base64-encoded API key issued by POST /api/v1/api-keys.
Response
Visible subaccount summaries
Count of non-closed portfolios (ACTIVE and IN_LIQUIDATION) under this subaccount.
Required range:
x >= 0Example:
0
Lifecycle status of the subaccount.
Available options:
ACTIVE, CLOSED Zero-based index of the subaccount within its parent account.
Required range:
x >= 0Aggregate free cash across non-closed portfolios, in USDC.
Example:
"25000.00"