Fund Manager API

REST API for portfolio management and fund analytics. Version 2.1.0

Authentication

All endpoints require a valid API key passed via the Authorization header.

GET/api/v2/portfolios

Returns a list of portfolios for the authenticated user.

GET/api/v2/funds/{id}/nav

Returns the latest NAV (Net Asset Value) for a specific fund.

POST/api/v2/orders

Submit a new order for fund subscription or redemption.

GET/api/v2/analytics/performance

Returns performance metrics and benchmark comparisons.