Blockdaemon Staking API - Cardano Post Stake Intent
Request object to create a new stake intent for Cardano protocol
Network
- Type: string
- Enum:
- Allowed:
mainnet,preprod,localnet
- Allowed:
Base Address
- Type: string
- Required: bech32 encoded base address. Accounts.
Plan ID
- Type: string
- This feature enables you to stake to validators from the specified plan(s). When no plan id is specified, validators across all plans that match the API route will be available for staking. If it is a shared plan, you can stake to validators on a shared node from the specified plan.
Idempotency-Key
- Type: uuid
- The unique idempotency key for this request
Response Codes
200Created400Invalid request.401Header 'X-API-Key' missing.500Internal server error.503Insufficient validators available to process Stake Intent request
Sample cURL Command
curl --request POST \
--url https://svc.blockdaemon.com/boss/v1/cardano/mainnet/stake-intents \
--header 'accept: application/json' \
--header 'content-type: application/json'
Choose an Example
- Response Type: application/json
Response Codes:
200400401500503
Updated 2 months ago.