Skip to main content

List a managed investor's holdings

GET 

/v1/investors/:investorId/holdings

Returns a page of the investor's portfolio positions — one row per cooperative with the current share count, oldest position first — as a paged envelope: items plus page, size, total_items, total_pages, has_next, has_previous. page is 1-based (default 1) and size defaults to 20 and is capped at 100 — a larger size is silently clamped to the cap rather than rejected. 404 if the investor is not owned by the partner.

Request

Responses

OK

Response Headers
    RateLimit-Limit

    Requests permitted per minute for the authenticated API client.

    RateLimit-Remaining

    Requests still available in the current window. The bucket refills continuously, so this rises as you go rather than resetting on a boundary.

    RateLimit-Reset

    Seconds until the budget is back to its full limit. Not the wait for the next single request — that is Retry-After on a 429.