Blockdaemon Staking API - Cosmos Post Rewards Withdrawal Intent

NewRewardsWithdrawIntentCosmos

Request object to create a new rewards withdrawal intent for Cardano.

Parameters

delegator_address

plan_id

Responses

200   Rewards withdrawal intent created
400   Invalid request.
401   Header 'X-API-Key' missing.
500   Internal server error.

Example Request

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

Example Responses

200
400
401
500