v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Staking

Get stake status

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

get/stakes/{stake_id}/status

Path parameters

stake_idstring required
Example:c761fc96-5c44-40d4-8eb2-3fcd5d06754e

The unique identifier of the stake

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

Stake status retrieved successfully

request_idstring

Request identifier

Example response

{
  "request_id": "8bb7e203-13e0-4208-80bc-e9fdb7faa13e",
  "message": {
    "stake_id": "c761fc96-5c44-40d4-8eb2-3fcd5d06754e",
    "participant_code": "CUST01",
    "asset": "ETH",
    "amount": "10.5",
    "status": "staked",
    "created_at": "2025-08-24T16:00:00Z",
    "activated_at": "2025-08-25T16:00:00Z",
    "account_label": "general"
  }
}