---
title: "Get staking summary"
method: GET
path: "/stakes/{participant_code}/{asset}/summary"
tags: ["Staking"]
---

# Get staking summary

`GET /stakes/{participant_code}/{asset}/summary`

Get a summary of the staking activity for a given participant_code and asset, including total staked amount, total rewards earned, and average APY.

## Path parameters

- `participant_code` string, required
- `asset` string, required

## Headers

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

## Response `200`

Summary retrieved successfully

- GetSummaryResponse
  - `request_id` string — Request identifier
  - `message` object
    - `total_staked` string — Total amount of asset currently staked
    - `total_rewards_earned` string — Total rewards earned for this asset
    - `average_apy_net` string — Average annual percentage yield net of fees

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