---
title: "Params gets the module params"
method: GET
path: "/cosmwasm/wasm/v1/codes/params"
tags: ["Query"]
---

# Params gets the module params

`GET /cosmwasm/wasm/v1/codes/params`

## Response `200`

A successful response.

- CosmwasmWasmV1QueryParamsResponse — QueryParamsResponse is the response type for the Query/Params RPC method.
  - `params` CosmwasmWasmV1Params — Params defines the set of wasm parameters.
    - `code_upload_access` CosmwasmWasmV1AccessConfig — AccessConfig access control type.
      - `permission` 'ACCESS_TYPE_UNSPECIFIED' | 'ACCESS_TYPE_NOBODY' | 'ACCESS_TYPE_EVERYBODY' | 'ACCESS_TYPE_ANY_OF_ADDRESSES' — - ACCESS_TYPE_UNSPECIFIED: AccessTypeUnspecified placeholder for empty value - ACCESS_TYPE_NOBODY: AccessTypeNobody forbidden - ACCESS_TYPE_EVERYBODY: AccessTypeEverybody unrestricted - ACCESS_TYPE_ANY_OF_ADDRESSES: AccessTypeAnyOfAddresses allow any of the addresses
      - `addresses` string[]
    - `instantiate_default_permission` 'ACCESS_TYPE_UNSPECIFIED' | 'ACCESS_TYPE_NOBODY' | 'ACCESS_TYPE_EVERYBODY' | 'ACCESS_TYPE_ANY_OF_ADDRESSES' — - ACCESS_TYPE_UNSPECIFIED: AccessTypeUnspecified placeholder for empty value - ACCESS_TYPE_NOBODY: AccessTypeNobody forbidden - ACCESS_TYPE_EVERYBODY: AccessTypeEverybody unrestricted - ACCESS_TYPE_ANY_OF_ADDRESSES: AccessTypeAnyOfAddresses allow any of the addresses

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/coreumfoundation/apis/title-goes-here.md) · [All operations](https://skmtc.dev/coreumfoundation/apis/title-goes-here/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coreumfoundation/title-goes-here/revisions/2a2e5bc4593a/schema)
