List Stake Actions

GET /staking/stakes/:stakeId/actions

Retrieves a list of exchanges.

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

{
  "items": [
    {
      "id": "stka-6q2kv-838tf-8nbofcddhf3a13hu",
      "stakeId": "stk-5mgj6-kkogb-8fhplpfsnjik3u3m",
      "transactionId": "tx-3434j-tl8ou-94obe8il3bi1krcv",
      "kind": "Stake",
      "requester": {
        "userId": "us-gob8o-mm189-4hbgrpl4fjgcoqh",
        "tokenId": "to-2hebo-3ga68-9h09mhc1lborpnot",
      },
      "requestBody": {
        "walletId": "wa-2l3v7-kiba0-8gs9cj4m8eteph0u",
        "protocol": "Iota",
        "validator": "0x392316417a23198afeeb80d9fec314c65162ab5ad18f8a4c3375d31deab29670",
        "objectIds": [
          "0xd33ab1cfc6ace10d9b79461b299cfd1f658a56e7b94ad18976a4860c6bc60ac1"
        ]
      },
      "dateCreated": "2025-03-20T17:52:55.116Z"
    }
  ],
  "nextPageToken": "eJyrVspMUbJSKi7J1jUtNDI20M3LMUky0LVIK7VMSkktS81LLTE2TMpUqgUABv8NBA"
}

Last updated