---
title: "Exec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization."
method: POST
path: "/cosmos.authz.v1beta1.Msg/Exec"
tags: ["Msg"]
---

# Exec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization.

`POST /cosmos.authz.v1beta1.Msg/Exec`

## Request body

- CosmosAuthzV1beta1MsgExec — MsgExec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization.
  - `grantee` string
  - `msgs` GoogleProtobufAny[] — Execute Msg. The x/authz will try to find a grant matching (msg.signers[0], grantee, MsgTypeURL(msg)) triple and validate it.
    - `@type` string

## Response `200`

A successful response.

- CosmosAuthzV1beta1MsgExecResponse — MsgExecResponse defines the Msg/MsgExecResponse response type.
  - `results` string[]

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceMsg_Exec` removed and replaced with `CircuitMsg_Exec`
- **2024-08-14** `21c607e4fa20` — 1 info
  - api operation id `CosmosAuthzV1Beta1Msg_Exec` removed and replaced with `EvidenceMsg_Exec`
- **2024-02-23** `54713b4a9d25` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.authz.v1beta1.Msg/Exec/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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
