---
title: "Create a consolidate stake request"
method: POST
path: "/transactions/consolidate-stake"
tags: ["Transactions"]
---

# Create a consolidate stake request

`POST /transactions/consolidate-stake`

Permissions required: **Initiate Staking and Unstaking**



Consolidate a source staking position into a target staking position.
Only supported for Ethereum 0x02 validators.

## Headers

- `Api-Signature` string, required
- `Api-Timestamp` integer, required

## Request body

- CreateConsolidateStakeRequest
  - `assetType` string, required — A string representing a type of crypto-asset, which usually corresponds to the crypto asset's ticker symbol. Use `/asset-types` to list all of the supported asset types for your organization.
  - `description` string, nullable — An optional string providing more context to this transaction. It will be visible on the Anchorage Digital iOS app and will not be published to the blockchain.
  - `idempotentId` string, required — A client-provided unique ID for idempotent requests
  - `source` SimpleSourceResourceDetails, required — An object representing a resource capable of sending funds. Construction example: ``` { "id":"1c920f4241b78a1d483a29f3c24b6c4c", "type":"WALLET" } ```
    - `id` string, required — The identifier of the resource
    - `type` 'WALLET', required — The type of the resource being referenced.
  - `sourceStakingPosition` string, required — Source staking validator public key to consolidate
  - `targetStakingPosition` string, required — Target staking validator public key

## Response `201`

Successfully initiated a consolidate stake transaction

- CreateStakeResponse
  - `data` CreateStakeDetails, required
    - `transactionId` string, required — The transaction Id which can be used to reference this operation in other queries

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
