- Updates a project.
Retrieves a list of projects by institution ID.
Creates a new project.
Get Project OptIns.
Downloads the registry extract for a project.
Enqueue a task to start the registry extract generation for a specified project and institution.
Get Project Transfers.
Downloads the registry extract file for a specific customer and tokenized asset.
Updates a project.
Security
ApiKey
The project data transfer object.
Optional for Share Token Projects (YYYY-MM-DD). If not provided the existing value won't change.
Optional for Share Token Projects (YYYY-MM-DD). If not provided the existing value won't change.
Optional for Share Token Projects (YYYY-MM-DD). If not provided the existing value won't change.
Allowed values: 'yes' / 'no'. If not provided the existing value won't change.
If not provided the existing value won't change.
Enum:"Collective""Individual"
If not provided the existing value won't change.
Enum:"Initiated""Live""InProgress""Active""Finished""Terminated""ActionNeeded"
If not provided the existing value won't change. Allowed values: 'Polygon', 'Stellar' OR 3 (Stellar), 14 (Polygon).
Enum:"Polygon""Stellar"
- Production Environmenthttps://vault.nyala.de/api/Project/{institutionId}
- UAT / Sandbox Environmenthttps://uat.vault.nyala.de/api/Project/{institutionId}
curl -i -X PUT \
'https://vault.nyala.de/api/Project/{institutionId}' \
-H 'Content-Type: application/json-patch+json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"institutionId": "cdae5c01-a629-4362-be56-52101ec22a49",
"startOfSubscription": "string",
"endOfSubscription": "string",
"targetIssuanceDate": "string",
"dueDateOfPayments": "string",
"terminationRights": "string",
"issueSize": "string",
"entryType": "Collective",
"status": "Initiated",
"blockchain": "Polygon",
"currentPassphrase": "string",
"projectPassphrase": "string"
}'Response
{ "data": true, "errorMessageCodes": null }