List Stake Actions
GET /staking/stakes/:stakeId/actions
Retrieves a list of exchanges.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name
Conditions
Stakes:Read
Always Required
Parameters
Path parameters
Path parameter
Description
stakeId
*
The stake Id for which we want to get rewards
Response
Query parameters
Query string parameter
Required/Optional
Description
Type
limit
Optional
Maximum number of items to return. Default to 50.
Number
paginationToken
Optional
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String
Response
200 Response example
Remarks
In the stake action information, the data can give useful information on the staking transaction.
For example, for Iota, data shows the stakeObject Ids and the expiration (in case of vested staking)
Last updated