Blockdaemon Staking API - BNB Post Restake Intent
Request Structure for Binance Restake Intent
Parameters
network
- Type: string
- Enum Values:
mainnet, testnet
- Required: Yes
delegator_address
- Type: string
- Format:
^bnb[0-9a-z]+$
- Required: Yes
old_validator_address
- Type: string
- Format:
^bva[0-9a-zA-Z]*$
- Required: Yes
amount
- Type: string
- Format:
^[1-9]\d+$
- Description: The smallest denomination of Binance Coin (BNB) is called Jager. 1 Jager = 0.00000001 BNB.
- Required: Yes
plan_id
- Type: string
- Description: 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.
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/binance/mainnet/restake-intents \
--header 'accept: application/json' \
--header 'content-type: application/json'