Skip to main content

List a managed investor's share purchases

GET 

/v1/investors/:investorId/share-purchases

Returns a page of the share-purchase orders the partner has placed for this investor, newest 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 does not belong to the calling partner (no existence oracle).

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.