Skip to main content
POST
Create a consolidate stake request

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Headers

Api-Signature
string
required

A hex-encoded Ed25519 signature of timestamp_epoch_seconds + uppercase(http_method) + request_path + request_body.

Construction example:

Pattern: ^[0-9A-Fa-f]{128,160}$
Api-Timestamp
integer<int64>
required

Current timestamp, represented as unix epoch seconds

Body

application/json
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.

Example:

"ETH"

idempotentId
string
required

A client-provided unique ID for idempotent requests

Maximum string length: 128
Example:

"12838927347"

source
SimpleSourceResourceDetails · object
required

An object representing a resource capable of sending funds.

Construction example:

sourceStakingPosition
string
required

Source staking validator public key to consolidate

Example:

"0xa1d1..."

targetStakingPosition
string
required

Target staking validator public key

Example:

"0x9647..."

description
string | null

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.

Example:

"Internal ID: #12838927347"

Response

Successfully initiated a consolidate stake transaction

data
CreateStakeDetails · object
required
Example: