---
title: "IncreaseCount increments the counter by the specified amount."
method: POST
path: "/cosmos.counter.v1.Msg/IncreaseCount"
tags: ["Msg"]
---

# IncreaseCount increments the counter by the specified amount.

`POST /cosmos.counter.v1.Msg/IncreaseCount`

## Request body

- CosmosCounterV1MsgIncreaseCounter — MsgIncreaseCounter defines a count Msg service counter.
  - `count` string, int64 — count is the number of times to increment the counter.
  - `signer` string — signer is the address that controls the module (defaults to x/gov unless overwritten).

## Response `200`

A successful response.

- CosmosCounterV1MsgIncreaseCountResponse — MsgIncreaseCountResponse is the Msg/Counter response type.
  - `new_count` string, int64 — new_count is the number of times the counter was incremented.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.counter.v1.Msg/IncreaseCount/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
