---
title: "Get stake positions for a wallet"
method: GET
path: "/position/stake/{owner}"
tags: ["Position"]
---

# Get stake positions for a wallet

`GET /position/stake/{owner}`

Retrieve all stake (standard AMM or CPMM) positions owned by this wallet.
Returns cached position data including amounts and rewards.

## Path parameters

- `owner` string, required

## Response `200`

Success

- object — Position data structure (see OwnerAPI responses)

## Other responses

- `404` — Wallet has no stake positions

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/revisions/cca93975de95/schema)
