---
title: "TotalLocked retrieves the total summary of all unvested, vested and locked
tokens"
method: GET
path: "/haqq/vesting/v1/total_locked"
tags: ["Query"]
---

# TotalLocked retrieves the total summary of all unvested, vested and locked
tokens

`GET /haqq/vesting/v1/total_locked`

## Response `200`

A successful response.

- HaqqVestingV1QueryTotalLockedResponse — QueryTotalLockedResponse is the response type for the Query/TotalLocked 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)
