Authorizations
Body
application/json
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.