Funds
A Fund is a representation of an investment vehicle. It contains the details of the legal entity, as well as information regarding the Fund offering.
This is a description of the Fund object:
Get All Funds
Get All Funds associated to your token.
GET
https://api.flowinc.app/customerapi/funds
This endpoint retrieves all Funds you have access to.
Good to know: Remember your Fund numbers will change along with investor data.
Get Single Fund
Get a single Fund from your token.
GET
https://api.flowinc.app/customerapi/funds/FUND_ID
This endpoint retrieves a single Fund you have access to.
You must replace FUND_ID
with the Fund's ID you're trying to access.
Last updated