---
title: "Balances retrieves the unvested, vested and locked tokens for a vesting
account"
method: GET
path: "/haqq/vesting/v1/balances/{address}"
tags: ["Query"]
---

# Balances retrieves the unvested, vested and locked tokens for a vesting
account

`GET /haqq/vesting/v1/balances/{address}`

## Path parameters

- `address` string, required

## Response `200`

A successful response.

- HaqqVestingV1QueryBalancesResponse — QueryBalancesResponse is the response type for the Query/Balances RPC method.
  - `locked` CosmosBaseV1beta1Coin[]
    - `denom` string
    - `amount` string
  - `unvested` CosmosBaseV1beta1Coin[]
    - `denom` string
    - `amount` string
  - `vested` CosmosBaseV1beta1Coin[]
    - `denom` string
    - `amount` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
