v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Staking

Get unstake status

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

get/stakes/unstake/{unstake_id}/status

Path parameters

unstake_idstring required
Example:c761fc96-5c44-40d4-8eb2-3fcd5d06757d

The unique identifier of the unstake request

Query parameters

account_labelstring
Example:general

Filter by settlement account label

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Unstake status retrieved successfully

request_idstring

Request identifier

Example response

{
  "request_id": "8bb7e203-13e0-4208-80bc-e9fdb7faa13e",
  "message": {
    "unstake_id": "c761fc96-5c44-40d4-8eb2-3fcd5d06757d",
    "participant_code": "CUST01",
    "asset": "ETH",
    "account_group": "CUST01",
    "account_label": "general",
    "amount": "5.0",
    "status": "submitted",
    "cooldown_period_days": 8,
    "estimated_available_at": "2025-09-03T16:00:00Z",
    "created_at": "2025-08-24T16:00:00Z"
  }
}