Create Bond RequestCopy Pagepost https://api.p2p.org/api/v1/polkadot/{network}/staking/bondCreating a bond request in exchange for some other benefit.Path ParamsnetworkstringenumrequiredPolkadot network:`mainnet` — Polkadot mainnet.`kusama` — Kusama mainnet.`westend` — Polkadot testnet.mainnetkusamawestendAllowed:mainnetkusamawestendBody ParamsextendedstringOptional boolean parameter indicating whether to include additional metadata in the response.stashAccountAddressstringrequiredMain stash account address which keeps tokens for bonding.rewardDestinationTypestringenumrequiredRewards destination type:`staked` — rewards will be sent to your Stash account and added to your current bond (compounding rewards).`stash` — rewards will be sent to your Stash account as transferable balance (not compounding rewards).`controller` — rewards will be sent to the controller account.`account` — rewards will be sent to any account you specify as transferable balance.stakedstashcontrolleraccountAllowed:stakedstashcontrolleraccountrewardDestinationstringRewards destination account address.amountnumberrequiredAmount of tokens to bond (in usual DOTs/KSMs/WNDs).Responses 200OK 400Bad request 401Unauthorized 500Internal server errorUpdated about 1 year ago