Portfolio

Use the Customer Portfolio API to retrieve the portfolio for a customer.

GET/v1/customers/{customerId}/portfolio/{portfolioId}

Get Portfolio

Use this endpoint to retrieve the portfolio for a customer.

Path Parameters

ParameterDescriptionTypeInput
customerId
Unique ID for the customerUUIDRequired
portfolioId
Unique ID for the portfolio UUIDRequired

Success Response

JSON
200 OK
{
  "portfolioId": "038af237-836f-4e11-b315-cc76733434d2",
  "settledCash": 0,
  "pendingCash": 0,
  "reservedCash": 0,
  "marginLoan": 0,
  "type": "CASH",
  "accountType": "ROTH_IRA",
  "settledEquity": [],
  "pendingEquity": [],
  "reservedEquity": []
}