Blockdaemon Staking API - BNB Post Deactivation Intent

Request object to create a new deactivation intent for Binance.

Parameters

network

delegator_address

Binance beacon chain address.

amount

The smallest denomination of Binance Coin (BNB) is called Jager. 1 Jager = 0.00000001 BNB.

plan_id

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

Example Curl Request

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

Example Responses

Updated 2 months ago.