---
title: "Staking positions for a wallet"
method: GET
path: "/wallets/{walletId}/staking/positions"
tags: ["Wallets"]
---

# Staking positions for a wallet

`GET /wallets/{walletId}/staking/positions`

Permissions required: **Read vault activity**


Get wallet staking positions details for the specified `walletId`.

## Path parameters

- `walletId` string, required

## Query parameters

- `afterId` string
- `limit` integer
- `transactionId` string

## Response `200`

Wallet positions info for the specified wallet

- WalletPositionsResponse
  - `data` WalletPositionsDetails[], required
    - `assetType` string, required — A string representing a type of crypto-asset, which usually corresponds to the crypto asset's ticker symbol. Use `/asset-types` to list all of the supported asset types for your organization.
    - `inactiveStakedAmount` string, required — The numeric value of this amount, excluding units
    - `providerName` string, required — Provider name of the staking position
    - `sourceAddress` string, required — A crypto address for the intended asset that originated this position
    - `stakedAmount` string, required — The numeric value of this amount, excluding units
    - `stakingPositionId` string, required — Unique identifier of the staking position
    - `status` 'PENDING' | 'ACTIVE' | 'EXITED', required — The status of the staking position
    - `transactionId` string, required — The transaction Id which created this staking position
    - `withdrawalAddress` string, required — A crypto address for the intended asset to where the funds will be withdrawn
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
