v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Wallets

Staking positions for a wallet

Permissions required: Read vault activity

Get wallet staking positions details for the specified walletId.

get/wallets/{walletId}/staking/positions

Path parameters

walletIdstring required

An ID uniquely identifying an Anchorage Digital wallet

Query parameters

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limitinteger

Maximum number of results to return per query

transactionIdstring

The transaction Id to filter the wallet positions

Response

Wallet positions info for the specified wallet

Example response

{
  "data": [
    {
      "stakingPositionId": "9bc4c2ccba8192b64d41b46d1770abe9ddbb430b85de3fe73e1b4f21336bc48a",
      "assetType": "ETH",
      "stakedAmount": "32",
      "inactiveStakedAmount": "0",
      "status": "ACTIVE",
      "providerName": "Figment",
      "sourceAddress": "2N19AcihQ1a4MxQW658UFHTioUNnMkiHPkw",
      "withdrawalAddress": "2N19AcihQ1a4MxQW658UFHTioUNnMkiHPkw",
      "transactionId": "8696144cca28a634c05858d00e51191408498a7808a837fc4645b4b6997dde09"
    }
  ],
  "page": {
    "next": "<next page url>"
  }
}