Create Stake Action
POST /staking/stakes/:stakeId/actions
Creates a new stake action.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name
Conditions
Stakes:Update
Always Required
Path Parameters
Name
Conditions
stakeId
*
Id of the stake to update
Body
Property
Required/Optional
Description
Type
protocol
*
Required
Staking Protocol, Eg "Babylon", "Ethereum"
String
kind
*
Required
The action to perform
String
Possible value for kind depending on the protocol:
Protocol
Kind
Babylon
Unbond | Withdraw
Ethereum
Withdraw
Example
Response
Response example
Last updated