---
title: "Grant grants the provided authorization to the grantee on the granter's account with the provided expiration time. If there is already a grant for the given (granter, grantee, Authorization) triple, then the grant will be overwritten."
method: POST
path: "/cosmos.authz.v1beta1.Msg/Grant"
tags: ["Msg"]
---

# Grant grants the provided authorization to the grantee on the granter's account with the provided expiration time. If there is already a grant for the given (granter, grantee, Authorization) triple, then the grant will be overwritten.

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

## Request body

- CosmosAuthzV1beta1MsgGrant — MsgGrant is a request type for Grant method. It declares authorization to the grantee on behalf of the granter with the provided expiration time.
  - `grant` CosmosAuthzV1beta1Grant — Grant gives permissions to execute the provide method with expiration time.
    - `authorization` GoogleProtobufAny
      - `@type` string
    - `expiration` string, date-time
  - `grantee` string
  - `granter` string

## Response `200`

A successful response.

- CosmosAuthzV1beta1MsgGrantResponse — MsgGrantResponse defines the Msg/MsgGrant response type.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeMsg_Grant` removed and replaced with `EvidenceMsg_Grant`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitMsg_Grant` removed and replaced with `UpgradeMsg_Grant`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthMsg_Grant` removed and replaced with `CircuitMsg_Grant`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantMsg_Grant` removed and replaced with `AuthMsg_Grant`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitMsg_Grant` removed and replaced with `FeegrantMsg_Grant`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.authz.v1beta1.Msg/Grant/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)
