---
title: "List participant stakes"
method: GET
path: "/stakes/{participant_code}"
tags: ["Staking"]
---

# List participant stakes

`GET /stakes/{participant_code}`

List all stakes for a participant with optional filtering by asset and status. Includes a summary of total staked value and rewards.

## Path parameters

- `participant_code` string, required

## Query parameters

- `asset` string
- `status` 'submitted' | 'queued' | 'canceled' | 'broadcasted' | 'confirmed' | 'staked' | 'failed'
- `account_label` string
- `page` integer
- `page_size` integer

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Stakes retrieved successfully

- GetStakesResponse
  - `request_id` string — Request identifier
  - `message` object
    - `stakes` StakeEntity[]
      - `stake_id` string — The unique identifier of the stake
      - `participant_code` string — Participant identifier
      - `asset` string — Asset staked
      - `amount` string — Amount of asset staked
      - `status` 'submitted' | 'queued' | 'canceled' | 'broadcasted' | 'confirmed' | 'staked' | 'failed' — Current status of the stake
      - `created_at` string, date-time — Timestamp when stake was created
      - `activated_at` string, date-time — Timestamp when stake was activated
  - `page` integer — Current page number
  - `total_pages` integer — Total number of pages

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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