List portfolio cash balances
Returns the cash balances for all portfolios visible to the authenticated API key.
Endpoint
GET /api/v1/portfolio/cash_balances
Authentication
Requires X-API-KEY header. A pinned API key sees only portfolios under its subaccount; an
unpinned key sees every portfolio on the account.
Returns
200 OKwith a JSON array ofPortfolioBalanceResponse. Empty if the caller has no portfolios in scope.
Authorizations
Base64-encoded API key issued by POST /api/v1/api-keys.
Response
Cash balances for visible portfolios
A system-generated unique identifier for an account.
x >= 0A unique identifier for a portfolio within a subaccount.
x >= 0A unique identifier for a subaccount within an account.
x >= 0Free cash balance in USDC, available for trading and withdrawal.
"1000.00"
User-facing display name. Defaults to "Main" for index 0 and "Portfolio N"
otherwise; renameable via PATCH /portfolio/{portfolio_index}/name.
"Main"
Lifecycle status of the portfolio (ACTIVE, IN_LIQUIDATION, or CLOSED).
ACTIVE, IN_LIQUIDATION, CLOSED