---
title: "Post Stake Intent"
method: POST
path: "/v1/binance/{network}/stake-intents"
tags: ["Binance"]
---

# Post Stake Intent

`POST /v1/binance/{network}/stake-intents`

Blockdaemon reserves the right to free any allocated resources if the transaction is not confirmed in time.

## Request body

- NewStakeIntentBinance — Individual binance stake
  - `amount` string, required — The smallest denomination of Binance Coin (BNB) is called Jager. 1 Jager =0.00000001 BNB.
  - `delegator_address` string, bech32, required — Binance beacon chain address.
  - `plan_id` 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 to stake to validators on a shared node from the specified plan.

## Response `200`

Created

- BinanceStakeIntentResponse
  - `stake_intent_id` string, base58, required — Unique idenifier for a group of stakes.
  - `customer_id` string, required — Unique identifier for a customer
  - `plan_id` 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 to stake to validators on a shared node from the specified plan.
  - `protocol` 'binance', required — Binance beacon chain protocol
  - `network` 'mainnet' | 'testnet', required — Binance beacon chain network
  - `binance` StakeIntentBinance, required — Binance Stake Intent response
    - `unsigned_transaction` string, base64, required — Generated unsigned transaction smart contract call data.
    - `delegator_address` string, bech32, required — Binance beacon chain address.
    - `validator_address` string, bech32, required — Binance beacon chain validator address.
    - `amount` string, required — The smallest denomination of Binance Coin (BNB) is called Jager. 1 Jager =0.00000001 BNB.

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized
- `500` — Internal server error
- `503` — Insufficient validators available to process Stake Intent request

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
