---
title: "CreatePeriodicVestingAccount defines a method that enables creating a periodic vesting account."
method: POST
path: "/cosmos.vesting.v1beta1.Msg/CreatePeriodicVestingAccount"
tags: ["Msg"]
---

# CreatePeriodicVestingAccount defines a method that enables creating a periodic vesting account.

`POST /cosmos.vesting.v1beta1.Msg/CreatePeriodicVestingAccount`

Since: cosmos-sdk 0.46

## Request body

- CosmosVestingV1beta1MsgCreatePeriodicVestingAccount — MsgCreateVestingAccount defines a message that enables creating a vesting account. Since: cosmos-sdk 0.46
  - `from_address` string
  - `start_time` string, int64 — start of vesting as unix time (in seconds).
  - `to_address` string
  - `vesting_periods` CosmosVestingV1beta1Period[]
    - `amount` CosmosBaseV1beta1Coin[]
      - `amount` string
      - `denom` string
    - `length` string, int64 — Period duration in seconds.

## Response `200`

A successful response.

- CosmosVestingV1beta1MsgCreatePeriodicVestingAccountResponse — MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount response type. Since: cosmos-sdk 0.46

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceMsg_CreatePeriodicVestingAccount` removed and replaced with `CircuitMsg_CreatePeriodicVestingAccount`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added
- **2024-07-31** `19416a3f0cd1` — 1 breaking
  - api path removed without deprecation
- **2024-07-11** `ca7e84576c8e` — 1 info
  - endpoint added
- **2024-05-15** `41fb8b09e244` — 1 breaking
  - api path removed without deprecation

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