- Creates a new project.
Retrieves a list of projects by institution ID.
Updates a 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.
Creates a new project.
Security
ApiKey
The project data.
Allowed values: 'EUR' / 'CHF'. Default currency is EUR.
Enum:"None""CHF""EUR""USD"
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 POST \
'https://vault.nyala.de/api/Project/{institutionId}' \
-H 'Content-Type: application/json-patch+json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"institutionId": "cdae5c01-a629-4362-be56-52101ec22a49",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"startOfSubscription": "string",
"endOfSubscription": "string",
"targetIssuanceDate": "string",
"dueDateOfPayments": "string",
"terminationRights": "string",
"issueSize": "string",
"currency": "None",
"entryType": "Collective",
"tokenType": "Bond",
"status": "Initiated",
"blockchain": "Polygon",
"projectPassphrase": "string"
}'Response
{ "data": "808ac6e4-93ed-4040-85a5-6c71a2444e90", "errorMessageCodes": null }