Vesting
Vesting by asset
Unspent vestings for a native asset
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
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 avestings array of objects (id, lockUntil, redeemerVkh, tokenPolicyId, tokenAssetName, totalLocked, vestingOwnerAddress, spent).