Transfer a Primary VDT
POST/public-api/v1/vdt/transfer
Transfers an organization-owned Primary VDT to another organization for asynchronous blockchain execution.
Details :
- Requires the dedicated vdt.transfer scope.
- entityId is the Primary VDT business entity ID, not a ledger ID.
- Destination is toOrgId only (organization custodial wallet).
- The blockchain platform is set to Polygon by the service.
- success: true confirms web3 accepted the request and does not mean the blockchain transaction is finalized.
Request
Responses
- 200
- 401
- 500
Primary VDT transfer request accepted successfully.
Unauthorized – Invalid or missing token.
Internal Server Error