Create an Indication of Interest

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Monark supports IOIs submitted by Investors directly, or Advisors on behalf of their clients, across any of our supported asset classes. Monark collects IOIs to make data driven decisions on the supply side. See a description of the IOI submission logic below.

Investors

If an Investor is submitting an IOI, you should provide:

  • investorId- id of the Investor responsible for the IOI.
  • targetId- id of the asset that the IOI is associated with. Could be the id of a Pre-IPO SPV, Registered Fund, or Prospective Offering.
  • targetAssetType - ENUM value, captures the asset class of the IOI.
  • notionalAmount - total dollar amount of the IOI.
  • currency - currency in which the IOI was submitted. USD is the most commonly value.

Advisors

If an advisor is submitting an IOI, you should provide:

  • advisorId - id of the advisor that is submitting the IOI on behalf of their clients.
  • numberOfClients - The number of underlying investors represented by the IOI.
  • targetId- id of the asset that the IOI is associated with. Could be the id of a Pre-IPO SPV, Registered Fund, or Prospective Offering.
  • targetAssetType - ENUM value, capture the asset class of the IOI.
  • notionalAmount - the aggregate notional amount of the IOI, across all represented clients, which the advisor will indicate in the numberOfClients field.
  • currency - currency in which the IOI was submitted. USD is the most commonly used value.
Body Params

create IndicationOfInterest information.

CreateIndicationOfInterestV2 represents the v2 request to create a generic IOI supporting multiple asset types.

uuid | null

Represents the unique ID, provided by Monark, associated with the Investor submitting an IOI, investing in an SPV, or taking any action in the secondary market.

uuid | null

Represents the unique ID, provided by Monark, associated with the Financial Advisor submitting an IOI on behalf of their clients.

uuid
required
length ≥ 1

The unique ID of the target asset (company, fund, etc.) that the IoI request is for.

string
enum

The asset type of the target being invested in (PreIPOCompany, PrivateCompany, etc.)

Allowed:
int32 | null

Optional number of clients represented in this IOI (for aggregated IOIs)

double
required
> 0

Notional amount of an IOI.

string
required
length ≥ 1

Currency in which the IOI was submitted. Monark only accepts IOIs submitted in USD.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json