Changelog
[Unreleased]
[2026-03-18.1]
Added
- Documented
GET /custodiansendpoint to list available custodians. - Documented
GET /custodian-auth-flowsendpoint to list all custodian auth flows. - Documented
GET /custodian-auth-flows/:idendpoint to get a custodian auth flow by ID. - Documented
GET /legal-entities/:legalEntityId/custodian-authoritiesendpoint to list custodian authorities for a legal entity. - Documented
POST /legal-entities/:legalEntityId/custodian-authoritiesendpoint to create a custodian authority. - Documented
GET /custodian-authorities/:idendpoint to get a custodian authority by ID. - Documented
POST /custodian-authorities/:id/filesendpoint to upload a file for a custodian authority. - Documented
GET /custodian-authorities/:id/filesendpoint to list uploaded files for a custodian authority. - Documented
POST /custodian-authorities/:id/consentendpoint to submit signed consent for a custodian authority. - Documented
POST /custodian-authorities/:id/linked-accountsendpoint to link an account to a custodian authority. - Documented
POST /custodian-authorities/:id/revokeendpoint to revoke a custodian authority. - Added Custodian Integration category page with overview of the custodian integration process.
[2026-03-06.1]
- Added
GET /performance/reporting-entities/:id/private-marketsendpoint to retrieve private market performance for a reporting entity. - Added
GET /api/v3/instruments/:reportingEntityId/private-instrumentsendpoint to retrieve private instruments owned by a reporting entity. - Added
commitmentstoPrivate Market Fundtype, when callingGETorPOSTat/api/v3/instruments, and updated JSON examples. - Added support for posting a Private Market Fund via
POST /api/v3/instruments/:reportingEntityId/private-instruments.
[2026-02-06.1]
Changed
- Migrated to API version
v3with a revised terminology structure. - Renamed
assetreferences toinstrumentfor asset-related endpoints. This includes:- The
AssetsandAsset Classesdocumentation sections, now titledInstrumentsandInstrument Classesrespectively. - The URL path for all asset related endpoints has changed from
/v2/...to/v3/.... - All relationships previously referencing
assetnow referenceinstrument, for all endpoints. - The
GET /performance/reporting-entities/:idendpoint has been updated to expand oninstruments,instrumentClasses,instrumentClassesDetailedinstead ofasset,assetClasses,assetClassesDetailed. - The
GET /asset-holdings/reporting-entities/:idendpoint has been changed toGET /instrument-holdings/reporting-entities/:idand has been updated to expand oninstruments,instrumentClasses,instrumentClassesDetailedinstead ofasset,assetClasses,assetClassesDetailed.
- The
- Other endpoints remain unchanged.
Added
- Introduced a version selector in the top-right corner of the documentation, enabling users to switch between API versions.
- The previous
v2API version remains available and will be supported for backward compatibility until 1st of June 2026.
Previous Changelogs
For changelogs prior to v3, please refer to the v2 documentation changelog.