---
title: "Get vesting balances for an allocation"
method: GET
path: "/vesting/balances/{allocationId}"
tags: ["Vesting"]
---

# Get vesting balances for an allocation

`GET /vesting/balances/{allocationId}`

Get vesting balances for a specific allocation ID. Returns the current balance breakdown including available, unvested, and locked amounts.

## Path parameters

- `allocationId` string, required

## Query parameters

- `stakeholderId` string

## Response `200`

Vesting balances for the specified allocation

- VestingBalancesResponse
  - `balance` VestingBalance, required
    - `assetType` string, required — A string representing a type of crypto-asset, which usually corresponds to the crypto asset's ticker symbol.
    - `availableBalance` string, required — Amount of tokens unlocked for this allocation
    - `externalTokenId` string, required — The ID of the asset assigned by the external provider that funds these wallets
    - `lockedBalance` string, required — Amount of tokens on hold to be released to this stakeholder for this allocation
    - `networkId` string, required — The network identifier for the blockchain network
    - `unvestedBalance` string, required — Amount of tokens still scheduled to be released to this stakeholder for this allocation
  - `walletInfo` WalletInfo, required
    - `address` string, required — The public address of the wallet associated with this allocation
    - `walletId` string, required — The ID of the wallet associated with this allocation

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
