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

# Get unstake status

`GET /stakes/unstake/{unstake_id}/status`

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

## Path parameters

- `unstake_id` string, required

## Query parameters

- `account_label` string

## Headers

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

## Response `200`

Unstake status retrieved successfully

- GetUnstakeStatusResponse
  - `request_id` string — Request identifier
  - `message` object
    - `unstake_id` string — The unique identifier of the unstake request
    - `participant_code` string — Participant identifier
    - `asset` string — Asset being unstaked
    - `account_group` string — Account group (usually the platform code)
    - `account_label` string — Settlement account label
    - `amount` string — Amount being unstaked
    - `status` 'submitted' | 'queued' | 'canceled' | 'broadcasted' | 'confirmed' | 'unstaked' | 'failed' — Current status of the unstake request
    - `cooldown_period_days` integer — Number of days for cooldown period
    - `estimated_available_at` string, date-time — Estimated time when funds will be available
    - `created_at` string, date-time — Timestamp when unstake was created

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