---
title: "Get asset staking information"
method: GET
path: "/assets/{asset}/staking_info"
tags: ["Assets"]
---

# Get asset staking information

`GET /assets/{asset}/staking_info`

Returns staking parameters for a specific asset including APY, activation periods, and unstaking details.

## Path parameters

- `asset` string, required

## Headers

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

## Response `200`

Staking information retrieved successfully

- GetAssetStakingInfoResponse
  - `request_id` string — Request identifier
  - `message` object
    - `stakeable_assets` StakeableAssetInfoEntity[] — List of stakeable assets with their information
      - `symbol` string — Asset symbol
      - `apy_net` string — Annual percentage yield net of fees
      - `activation_period_days` integer — Number of days until stake becomes active
      - `payout_frequency` string — Frequency of reward payouts
      - `unstaking_period_days` integer — Number of days for unstaking cooldown period
    - `last_updated` string, date-time — Timestamp when staking info was last updated

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