---
title: "Denoms queries liquid vesting tokens info"
method: GET
path: "/haqq/liquidvesting/v1/denoms"
tags: ["Query"]
---

# Denoms queries liquid vesting tokens info

`GET /haqq/liquidvesting/v1/denoms`

## Query parameters

- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.countTotal` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

- HaqqLiquidvestingV1QueryDenomsResponse
  - `denoms` HaqqLiquidvestingV1Denom[]
    - `baseDenom` string — base_denom main identifier for the denom, used to query it from store.
    - `displayDenom` string
    - `originalDenom` string
    - `startTime` string, date-time
    - `endTime` string, date-time
    - `lockupPeriods` CosmosVestingV1beta1Period[]
      - `length` string, int64 — Period duration in seconds.
      - `amount` CosmosBaseV1beta1Coin[]
        - `denom` string
        - `amount` string
  - `pagination` CosmosBaseQueryV1beta1PageResponse — PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest. message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
    - `nextKey` string, byte — next_key is the key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results.
    - `total` string, uint64

## 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)
