---
title: "BeginRedelegate defines a method for performing a redelegation of coins from a delegator and source validator to a destination validator."
method: POST
path: "/cosmos.staking.v1beta1.Msg/BeginRedelegate"
tags: ["Msg"]
---

# BeginRedelegate defines a method for performing a redelegation of coins from a delegator and source validator to a destination validator.

`POST /cosmos.staking.v1beta1.Msg/BeginRedelegate`

## Request body

- object — MsgBeginRedelegate defines a SDK message for performing a redelegation of coins from a delegator and source validator to a destination validator.
  - `delegator_address` string
  - `validator_src_address` string
  - `validator_dst_address` string
  - `amount` object — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
    - `denom` string
    - `amount` string

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-02-23** `54713b4a9d25` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.staking.v1beta1.Msg/BeginRedelegate/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/ca7e84576c8e/schema)
