Get latest staking operation for wallet
Fetches the latest staking operation for the specified wallet and address given the staking operation ID.
This API can be used to poll the status of a staking operation and check if it has been successfully completed or not.
A completed staking operation will have a status of completed
which is indicative of the fact that all staking transactions have been successfully created, signed and broadcasted.
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 fetch the staking operation for.
The ID of the staking operation.
Response
The staking operation corresponding to the ID.
A list of onchain transactions to help realize a staking action.