---
title: "Get account staking summary"
method: GET
path: "/staking/summary"
tags: ["Staking"]
---

# Get account staking summary

`GET /staking/summary`

Returns the authenticated account's total staked amount, tier, and active stake count

## Response `200`

OK

- ResponsesStakingSummaryResponse
  - `account` string — Account address
  - `active_stakes` integer — Number of active stake entries
  - `staking_tier` string — Current staking tier name
  - `total_staked` string — Total active staked DIME

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
