---
title: "Params queries the parameters of x/ucdao module."
method: GET
path: "/haqq/ucdao/v1/params"
tags: ["Query"]
---

# Params queries the parameters of x/ucdao module.

`GET /haqq/ucdao/v1/params`

## Response `200`

A successful response.

- HaqqUcdaoV1QueryParamsResponse — QueryParamsResponse defines the response type for querying x/ucdao parameters.
  - `params` HaqqUcdaoV1Params — Params defines the parameters for the dao module.
    - `enableDao` boolean — enable_dao is the parameter to enable the module functionality.
    - `allowedCollaterals` HaqqUcdaoV1AllowedCollateral[] — allowed_collaterals is the allowed collateral values.
      - `value` string — value is the allowed collateral value.
      - `type` 'COLLATERAL_VALUE_TYPE_UNSPECIFIED' | 'COLLATERAL_VALUE_TYPE_STRICT' | 'COLLATERAL_VALUE_TYPE_MASK' — CollateralValueType defines the type of collateral value. - COLLATERAL_VALUE_TYPE_UNSPECIFIED: COLLATERAL_VALUE_TYPE_UNSPECIFIED is the unspecified collateral value type. - COLLATERAL_VALUE_TYPE_STRICT: COLLATERAL_VALUE_TYPE_STRICT is the strict collateral value type. - COLLATERAL_VALUE_TYPE_MASK: COLLATERAL_VALUE_TYPE_MASK is the mask collateral value type.

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