Build a new staking operation for wallet
Creates a new staking operation containing a dynamic list of staking transactions based on the specified network, asset, address, and custom options.
It returns a StakingOperation resource, a unified interface for the entire staking process. Regardless of network complexity, the API abstracts away all the underlying details through it. You can iterate through this resource to access each staking transaction and have them be signed and then be broadcasted via our BroadcastStakingOperation api.
Read up more about the stake operation and how to interact with it here.
Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The ID of the wallet the address belongs to.
The onchain address to create the staking operation for.
Body
Response
The created staking operation.
A list of onchain transactions to help realize a staking action.