Blockdaemon Staking API - Cosmos Restake Intent

Request object to create a new restake intent for Cosmos.

Parameters

network

delegator_address

old_validator_address

amount

plan_id

Responses

201      Restake intent created
400      Invalid request.
401      Header 'X-API-Key' missing.
500      Internal server error.

Example CURL Request

curl --request POST \
     --url https://svc.blockdaemon.com/boss/v1/cosmos/mainnet/restake-intents \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Example Responses

201
400
401
500