Create a Primary VDT
POST/public-api/v1/vdt
Creates a Primary VDT for the authenticated organization using the selected registry and attribute values.
Details :
- Requires a valid registryId.
- Attribute values must match the selected registry schema.
- Set options.mint to true when on-chain minting is required.
- Returns SDK-friendly VDT summary fields (id, entityId, registryId, sequenceId, timestamps).
- Use the returned entityId with Get, Update, Burn, and Transfer APIs.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 500
Primary VDT created successfully.
The create request is invalid.
Unauthorized – Invalid or missing token.
The registry or organization wallet was not found.
A conflicting Primary VDT operation is already in progress.
Internal Server Error