Skip to main content
POST
Returns all unspent vestings for the given native asset (policy id + asset name in one path segment). Auth: Public POST requests must include Content-Type: application/json. Body may be empty or {}.

Path parameters

string
required
Cardano asset ID: policyId + . + hex-encoded asset name (same as elsewhere: Asset ID). The dot may appear inside the hex name segment; the server parses a full AssetClass string.

Response

Same shape as Vesting by redeemer: object with a vestings array of objects (id, lockUntil, redeemerVkh, tokenPolicyId, tokenAssetName, totalLocked, vestingOwnerAddress, spent).