---
title: "Get stake status"
method: GET
path: "/stakes/{stake_id}/status"
tags: ["Staking"]
---

# Get stake status

`GET /stakes/{stake_id}/status`

Get the current status and details of a specific stake by its ID.

## Path parameters

- `stake_id` string, required

## Query parameters

- `account_label` string

## Headers

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

## Response `200`

Stake status retrieved successfully

- GetStakeStatusResponse
  - `request_id` string — Request identifier
  - `message` object
    - `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 became active. Only present once the stake has activated on-chain.
    - `account_label` string — Settlement account label associated with the stake. Present when returned by the upstream service.

## 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)
